-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Hello, MicroPython!
cf ESP32 MPY-Jama
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request