mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
fix(esptool_py): fix monitor baudrate default value
Add 74880 baudrate rename macro to sdkconfig.rename.
This commit is contained in:
@ -194,7 +194,7 @@ config ESPTOOLPY_AFTER
|
||||
|
||||
choice ESPTOOLPY_MONITOR_BAUD
|
||||
prompt "'make monitor' baud rate"
|
||||
default MONITOR_BAUD_74880B
|
||||
default ESPTOOLPY_MONITOR_BAUD_74880B
|
||||
help
|
||||
Baud rate to use when running 'make monitor' to view serial output
|
||||
from a running chip.
|
||||
|
Reference in New Issue
Block a user