arduino / arduino/lab-micropython-editor

Redundant info printed everytime a script is started

Closed
#211 11 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
293
Forks
40
Avg merge
1m
Merged PRs (30d)
1

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the behavior from the RUN button using the MicroPython ESP32 setup described in the issue, and trace where startup and script-run output are handled. Done means the startup banner appears once, while each subsequent run prints only the script output, such as "Hello, MicroPython!".

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
desktop, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.