Skip to content

Redundant info printed everytime a script is started #211

@jetpax

Description

@jetpax

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions