Skip to content

Please, remove the Monitor-Memorial-Minute #1318

Closed
@ullix

Description

@ullix

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:

Compilation complete.
Waiting for upload port...

Then follows a 10.0 sec pause with nothing happening. I call this the Monitor-Memorial-Minute. Then it continues with:

No upload port found, using /dev/ttyUSB2 as fallback
python "/home/ullix/.arduino15/packages/esp32/tools/esptool_py/3.0.0/esptool.py" --chip esp32 --port "/dev/ttyUSB2" --baud 921600  --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 "/home/ullix/.arduino15/packages/esp32/hardware/esp32/1.0.6/tools/partitions/boot_app0.bin" 0x1000 "/home/ullix/.arduino15/packages/esp32/hardware/esp32/1.0.6/tools/sdk/bin/bootloader_qio_80m.bin" 0x10000 "/tmp/arduino-sketch-28E92FB090FA4418BDCD7C71BD73CA95/main.ino.bin" 0x8000 "/tmp/arduino-sketch-28E92FB090FA4418BDCD7C71BD73CA95/main.ino.partitions.bin"
esptool.py v3.0-dev
Serial port /dev/ttyUSB2
Connecting....
Chip is ESP32-D0WD-V3 (revision 3)    
...

At the same time the menu shows this:
Auswahl_061

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions