mpbridge
mpbridge copied to clipboard
CLI tool to synchronise and manage files on MicroPython running devices
```py import machine machine.reset() ``` Is there a way to automatically reconnect the serial port REPL during any hard reset? 🤔
High... Excellent tool ... Have a couple of issues... When running the ESP32 with a program, in many cases it is difficult to interrupt the process for new update of...
Accept `auto` keyword as port in all commands and detect port automatically. This might need to iterate over serial ports and try them one by one.
Many file system events inspected by watchdog seems to be duplicate. As it effects on user experience these events must be detected and get ignored.