File tree Expand file tree Collapse file tree
boards/espressif_esp32h2_devkitm_1_n4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,5 +6,3 @@ IDF_TARGET = esp32h2
66CIRCUITPY_ESP_FLASH_MODE = qio
77CIRCUITPY_ESP_FLASH_FREQ = 48m
88CIRCUITPY_ESP_FLASH_SIZE = 4MB
9-
10- CIRCUITPY_BLEIO = 0
Original file line number Diff line number Diff line change 1- #
2- # Espressif IoT Development Framework Configuration
3- #
4- #
5- # Component config
6- #
7- #
8- # ESP System Settings
9- #
10- CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
11- # CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG is not set
12- # end of ESP System Settings
13-
14- # end of Component config
15-
16- # end of Espressif IoT Development Framework Configuration
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
2929#
3030CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=y
3131CONFIG_ESP_CONSOLE_NONE=y
32+ CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
3233# end of ESP System Settings
3334
3435#
You can’t perform that action at this time.
0 commit comments