You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
when trying to paste few KB long code via REPL (using ctrl+e) on ESP32, pasted data are often corrupted.
It depends on ESP32 FW version of how big the file can be to get errors.
As workaround i have to cut it to smaller pieces and paste each individually.
I guess some kind of few millis delay after each few hundreds of bytes would help.
Is there a place where i could to configure/hack it?
Hello,
when trying to paste few KB long code via REPL (using ctrl+e) on ESP32, pasted data are often corrupted.
It depends on ESP32 FW version of how big the file can be to get errors.
As workaround i have to cut it to smaller pieces and paste each individually.
I guess some kind of few millis delay after each few hundreds of bytes would help.
Is there a place where i could to configure/hack it?
thanks