esp32/boards/GENERIC_S3_SPIRAM: Enable BLE support.

This commit is contained in:
PGE 2022-11-13 19:57:01 +01:00 committed by Damien George
parent 1504204606
commit 8a91c71966
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ set(IDF_TARGET esp32s3)
set(SDKCONFIG_DEFAULTS
boards/sdkconfig.base
boards/sdkconfig.usb
boards/sdkconfig.ble
boards/sdkconfig.spiram_sx
boards/GENERIC_S3_SPIRAM/sdkconfig.board
)