Please, remove the Monitor-Memorial-Minute #1318
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Using Arduino IDE 2.0 Beta7 on ESP32-Dev module:
When you have checked both Compile and Upload under File->Preferences and click Upload you see this output when the compilation finishes:
Then follows a 10.0 sec pause with nothing happening. I call this the Monitor-Memorial-Minute. Then it continues with:
At the same time the menu shows this:

So, the IDE is well aware that the port to use is properly defined (here: /dev/ttyUSB2), yet, it tells to be waiting for an "upload port", which is not defined and cannot be defined anywhere, and after 10 sec sharp it successfully continues with the properly defined port, which it was supposed to use anyway, but now calls it a "fallback". What is the point?
As long as there is no extra upload port, different from the default port, please remove this unnecessary waiting.
It is annoying when compilation and upload time almost double for no purpose! Thanks.
The text was updated successfully, but these errors were encountered: