This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Serial monitor auto-reconnect is broken after a build failure #1060
Labels
feature-request
needs-more-info
More details about this issue are needed for it to be actionable.
serial
Issues with serial ports
stale
Usually the serial monitor is disconnected / switched away when compiling/uploading, and then reconnected / switched back after the board is reset. That's a nice feature. On the serial monitor I see this:
But if a compile fails, this quick-resume feature is lost. When I fix the compile problem and try again, the serial monitor doesn't start up and I miss the first serial messages from my board.
Oftentimes, the code change I made will show me some status at boot on the serial console, and I'd really like to catch this output on the console without having to manually reset the board to start over.
The text was updated successfully, but these errors were encountered: