esp32/boards/GENERIC_S3_SPIRAM: Enable BLE.
Follow up to 8a91c719
to no longer explicitly disable BLE in
mpconfigport.h.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
parent
6873a14b61
commit
b705732d5f
|
@ -1,7 +1,6 @@
|
|||
#define MICROPY_HW_BOARD_NAME "ESP32S3 module (spiram)"
|
||||
#define MICROPY_HW_MCU_NAME "ESP32S3"
|
||||
|
||||
#define MICROPY_PY_BLUETOOTH (0)
|
||||
#define MICROPY_PY_MACHINE_DAC (0)
|
||||
|
||||
// Enable UART REPL for modules that have an external USB-UART and don't use native USB.
|
||||
|
|
Loading…
Reference in New Issue