diff --git a/components/esptool_py/Kconfig.projbuild b/components/esptool_py/Kconfig.projbuild index bd0d9353..46230a81 100644 --- a/components/esptool_py/Kconfig.projbuild +++ b/components/esptool_py/Kconfig.projbuild @@ -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. diff --git a/components/esptool_py/sdkconfig.rename b/components/esptool_py/sdkconfig.rename index caa5c32b..da13849a 100644 --- a/components/esptool_py/sdkconfig.rename +++ b/components/esptool_py/sdkconfig.rename @@ -8,6 +8,7 @@ CONFIG_FLASHMODE_DOUT CONFIG_ESPTOOLPY_FLASHMODE_DOUT CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD CONFIG_MONITOR_BAUD_9600B CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B +CONFIG_MONITOR_BAUD_74880B CONFIG_ESPTOOLPY_MONITOR_BAUD_74880B CONFIG_MONITOR_BAUD_57600B CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B CONFIG_MONITOR_BAUD_115200B CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B CONFIG_MONITOR_BAUD_230400B CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B