From cb9ed6bb55a5020770ad31fd30a05b4a91b70a81 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Thu, 25 May 2017 22:19:12 +0200 Subject: [PATCH] nrf5/drivers/bluetooth: Enable ubluepy central by default if running nrf52/s132 bluetooth stack. Maturity of the module is pretty OK now. --- nrf5/bluetooth_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrf5/bluetooth_conf.h b/nrf5/bluetooth_conf.h index 701cc13a6d..6a3cbdc83e 100644 --- a/nrf5/bluetooth_conf.h +++ b/nrf5/bluetooth_conf.h @@ -18,7 +18,7 @@ #define BLUETOOTH_WEBBLUETOOTH_REPL (0) #define MICROPY_PY_UBLUEPY (1) #define MICROPY_PY_UBLUEPY_PERIPHERAL (1) -#define MICROPY_PY_UBLUEPY_CENTRAL (0) +#define MICROPY_PY_UBLUEPY_CENTRAL (1) #else #error "SD not supported"