Each time a script is run using the RUN button redundant information is printed before and after
eg
MicroPython v1.26.1-dirty on 2025-10-07; Generic ESP32S3 module with ESP32S3
Type "help()" for more information.
>>>
raw REPL; CTRL-B to exit
>OKHello, MicroPython!
>
MicroPython v1.26.1-dirty on 2025-10-07; Generic ESP32S3 module with ESP32S3
Type "help()" for more information.
>>>
Expected would be only to print banner on start up, and on each script run only
cf ESP32 MPY-Jama
Each time a script is run using the RUN button redundant information is printed before and after
eg
Expected would be only to print banner on start up, and on each script run only
cf ESP32 MPY-Jama