From 98eb8b19d7be651cd72ff9a012c95f804aa2eb99 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Fri, 17 Jan 2020 19:22:21 +0000 Subject: [PATCH] nrf: Enable NUS by default --- ports/nrf/bluetooth_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/nrf/bluetooth_conf.h b/ports/nrf/bluetooth_conf.h index 58d47e218..efe420774 100644 --- a/ports/nrf/bluetooth_conf.h +++ b/ports/nrf/bluetooth_conf.h @@ -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)