Closed
Description
Is there a reason why PROGRESS isn't enabled in platform.txt?
https://github.com/espressif/arduino-esp32/blob/master/platform.txt#L13
https://github.com/espressif/arduino-esp32/blob/master/tools/espota.py#L304
I tested it with it enabled, it works fine.
The progress is shown based on the size of the file sent, so it should always work.
Metadata
Metadata
Assignees
Labels
No labels
Activity
me-no-dev commentedon Sep 15, 2021
the reason is that ArduinoIDE's console does not support carriage return, so it will print a whole lot of lines as percentage grows.
tbertels commentedon Sep 15, 2021
It actually does now.


Here are captures with the platform.txt patch:
When uploading by cable instead of OTA however, it still does indeed output multiple lines.
me-no-dev commentedon Sep 16, 2021
hmm interesting. will check it out. I reopened the pull request