Enable BLE on H2 devkit

This commit is contained in:
Scott Shawcroft 2023-09-22 15:05:20 -07:00
parent faa445e347
commit c726e87344
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
3 changed files with 1 additions and 18 deletions

View File

@ -6,5 +6,3 @@ IDF_TARGET = esp32h2
CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 48m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_BLEIO = 0

View File

@ -1,16 +0,0 @@
#
# Espressif IoT Development Framework Configuration
#
#
# Component config
#
#
# ESP System Settings
#
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
# CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG is not set
# end of ESP System Settings
# end of Component config
# end of Espressif IoT Development Framework Configuration

View File

@ -29,6 +29,7 @@ CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
#
CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=y
CONFIG_ESP_CONSOLE_NONE=y
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
# end of ESP System Settings
#