You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the documentation at readthedocs and the issue is not addressed there.
I have tested that the issue is present in current master branch (aka latest git).
I have searched the issue tracker for a similar issue.
I have filled out all fields below.
Platform
Hardware: all
Core Version: 2.5.2
Development Env: Arduino IDE
Operating System: Ubuntu
Problem Description
Since #5635 was merged, uploading uses the Python esptool uploader. When verbose uploads are enabled in the IDE, --trace is passed to esptool, causing very verbose output (showing all bytes uploaded, I think).
IMHO, this is too verbose to be productive, and might even be very confusing for newer ESP users (such as myself). It might also slow down the upload, but that might just be my perception.
Of course one can turn off verbose uploads, but this makes other cores (e.g. the default Arduino AVR core) very silent, pretty much outputting nothing.
Looking at the esptool options, there is no other options that make it more verbose than the default (which only shows an upload progress percentage), so maybe verbose and non-verbose should just be the same (or perhaps a --quiet option should be added to esptool.py for the non-verbose option)?
Basic Infos
Platform
Problem Description
Since #5635 was merged, uploading uses the Python esptool uploader. When verbose uploads are enabled in the IDE, --trace is passed to esptool, causing very verbose output (showing all bytes uploaded, I think).
IMHO, this is too verbose to be productive, and might even be very confusing for newer ESP users (such as myself). It might also slow down the upload, but that might just be my perception.
Of course one can turn off verbose uploads, but this makes other cores (e.g. the default Arduino AVR core) very silent, pretty much outputting nothing.
Looking at the esptool options, there is no other options that make it more verbose than the default (which only shows an upload progress percentage), so maybe verbose and non-verbose should just be the same (or perhaps a --quiet option should be added to esptool.py for the non-verbose option)?
Debug Messages
Here's how the verbose output looks like now:
The text was updated successfully, but these errors were encountered: