nrf: Enable NUS by default

pull/1/head
Daniel Thompson 2020-01-17 19:22:21 +00:00
parent 5a607e23bd
commit 98eb8b19d7
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)