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
The flash command has a --monitor-baud option and does not use the env:ESPFLASH_BAUD. The monitor command has a --baud option that does use the env:ESPFLASH_BAUD.
We should probably do something about this, either we make ESPFLASH_BAUD set the monitoring baudrate in all the commands or have another environment variable to set the monitoring baudrate. Id go for the later one.
The text was updated successfully, but these errors were encountered:
The
flash
command has a--monitor-baud
option and does not use theenv:ESPFLASH_BAUD
. The monitor command has a--baud
option that does use theenv:ESPFLASH_BAUD
.In
esptool
/esp-idf-monitor
they useESPTOOL_BAUD
for setting the flashing baudrate and thenIDF_MONITOR_BAUD
/MONITORBAUD
for setting the monitoring baudrateWe should probably do something about this, either we make
ESPFLASH_BAUD
set the monitoring baudrate in all the commands or have another environment variable to set the monitoring baudrate. Id go for the later one.The text was updated successfully, but these errors were encountered: