-
Notifications
You must be signed in to change notification settings - Fork 105
Description
In the latest pre-alpha 12 opening a file on the device file system with Auto Clear REPL
enabled doesn't clear the REPL terminal like it did in the previous versions, but each time a file is transferred via serial communication, so that it can be accessed, the intro message gets printed:
MicroPython v1.24.0 on 2024-10-25; Generic ESP32S2 module with ESP32S2
Type "help()
Now, if I am not mistaken, the file transfer halts the program running on the device, and the only way to make it run again is to flash a new file or send the RESET command either via a GUI action or via a shortcut, all of these options should correctly trigger the Auto Clear REPL
functionality.
Would it be possible to also suppress the intro message specifically for the file transfers which happen to facilitate the "Open File" functionality?
If so, it seems like the last step necessary to polish the interaction between the file opening and REPL auto clearing functionalities.