diff options
| author | PGE <pge@ik.me> | 2022-11-13 19:57:01 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-11-15 23:40:42 +1100 |
| commit | 8a91c719668b9aa652d1c055208a9b04e5c682df (patch) | |
| tree | 0e17b18a436bb8658436b489f02f239f6c572a25 | |
| parent | 1504204606d6eb611c9f50c436b7d0912ae232f6 (diff) | |
esp32/boards/GENERIC_S3_SPIRAM: Enable BLE support.
| -rw-r--r-- | ports/esp32/boards/GENERIC_S3_SPIRAM/mpconfigboard.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32/boards/GENERIC_S3_SPIRAM/mpconfigboard.cmake b/ports/esp32/boards/GENERIC_S3_SPIRAM/mpconfigboard.cmake index b7351b90f..e0b92dcd2 100644 --- a/ports/esp32/boards/GENERIC_S3_SPIRAM/mpconfigboard.cmake +++ b/ports/esp32/boards/GENERIC_S3_SPIRAM/mpconfigboard.cmake @@ -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 ) |
