Skip to content

Commit c726e87

Browse files
committed
Enable BLE on H2 devkit
1 parent faa445e commit c726e87

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

ports/espressif/boards/espressif_esp32h2_devkitm_1_n4/mpconfigboard.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ IDF_TARGET = esp32h2
66
CIRCUITPY_ESP_FLASH_MODE = qio
77
CIRCUITPY_ESP_FLASH_FREQ = 48m
88
CIRCUITPY_ESP_FLASH_SIZE = 4MB
9-
10-
CIRCUITPY_BLEIO = 0
Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
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

ports/espressif/esp-idf-config/sdkconfig-opt.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
2929
#
3030
CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=y
3131
CONFIG_ESP_CONSOLE_NONE=y
32+
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
3233
# end of ESP System Settings
3334

3435
#

0 commit comments

Comments
 (0)