File tree Expand file tree Collapse file tree 3 files changed +1
-18
lines changed
boards/espressif_esp32h2_devkitm_1_n4 Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,3 @@ IDF_TARGET = esp32h2
6
6
CIRCUITPY_ESP_FLASH_MODE = qio
7
7
CIRCUITPY_ESP_FLASH_FREQ = 48m
8
8
CIRCUITPY_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
29
29
#
30
30
CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=y
31
31
CONFIG_ESP_CONSOLE_NONE=y
32
+ CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
32
33
# end of ESP System Settings
33
34
34
35
#
You can’t perform that action at this time.
0 commit comments