From db338d65e8ad9bf05d0b7f6fdc34bf5d3475a82d Mon Sep 17 00:00:00 2001 From: dongheng Date: Mon, 5 Aug 2019 10:13:34 +0800 Subject: [PATCH] fix(esptool_py): fix monitor baudrate default value Add 74880 baudrate rename macro to sdkconfig.rename. --- components/esptool_py/Kconfig.projbuild | 2 +- components/esptool_py/sdkconfig.rename | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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