nrf: Enable NUS by default

v1.13-wasp-os
Daniel Thompson 2020-01-17 19:22:21 +00:00
parent f535967d77
commit 77f0aa8eae
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#elif (BLUETOOTH_SD == 132)
#define MICROPY_PY_BLE (1)
#define MICROPY_PY_BLE_NUS (0)
#define MICROPY_PY_BLE_NUS (1)
#define BLUETOOTH_WEBBLUETOOTH_REPL (0)
#define MICROPY_PY_UBLUEPY (1)
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1)