Merge branch 'fix/fix_malformed_kconfigs' into 'master'
fix: fix various errors in Kconfig files Closes IDF-10356 See merge request espressif/esp-idf!32125
This commit is contained in:
@@ -315,7 +315,7 @@ menu "ESP System Settings"
|
||||
default -1 if ESP_CONSOLE_NONE
|
||||
|
||||
config ESP_CONSOLE_UART_TX_GPIO
|
||||
int "UART TX on GPIO#"
|
||||
int "UART TX on GPIO<num>"
|
||||
depends on ESP_CONSOLE_UART_CUSTOM
|
||||
range 0 SOC_GPIO_OUT_RANGE_MAX
|
||||
default 1 if IDF_TARGET_ESP32
|
||||
@@ -335,7 +335,7 @@ menu "ESP System Settings"
|
||||
is reconfigured after the bootloader exits and the app starts.
|
||||
|
||||
config ESP_CONSOLE_UART_RX_GPIO
|
||||
int "UART RX on GPIO#"
|
||||
int "UART RX on GPIO<num>"
|
||||
depends on ESP_CONSOLE_UART_CUSTOM
|
||||
range 0 SOC_GPIO_IN_RANGE_MAX
|
||||
default 3 if IDF_TARGET_ESP32
|
||||
|
||||
Reference in New Issue
Block a user