mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
esp32/boards/GENERIC_S3: Enable BLE on ESP32 S3.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
de8dc4bad2
commit
678f4b959f
@@ -3,6 +3,7 @@ set(IDF_TARGET esp32s3)
|
||||
set(SDKCONFIG_DEFAULTS
|
||||
boards/sdkconfig.base
|
||||
boards/sdkconfig.usb
|
||||
boards/sdkconfig.ble
|
||||
boards/GENERIC_S3/sdkconfig.board
|
||||
)
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#define MICROPY_HW_BOARD_NAME "ESP32S3 module"
|
||||
#define MICROPY_HW_MCU_NAME "ESP32S3"
|
||||
|
||||
#define MICROPY_PY_BLUETOOTH (0)
|
||||
#define MICROPY_PY_MACHINE_DAC (0)
|
||||
|
||||
#define MICROPY_HW_I2C0_SCL (9)
|
||||
|
||||
Reference in New Issue
Block a user