nrf5/drivers/bluetooth: Enable ubluepy central by default if running nrf52/s132 bluetooth stack. Maturity of the module is pretty OK now.

This commit is contained in:
Glenn Ruben Bakke 2017-05-25 22:19:12 +02:00 committed by glennrub
parent 44673de114
commit cb9ed6bb55
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define BLUETOOTH_WEBBLUETOOTH_REPL (0) #define BLUETOOTH_WEBBLUETOOTH_REPL (0)
#define MICROPY_PY_UBLUEPY (1) #define MICROPY_PY_UBLUEPY (1)
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1) #define MICROPY_PY_UBLUEPY_PERIPHERAL (1)
#define MICROPY_PY_UBLUEPY_CENTRAL (0) #define MICROPY_PY_UBLUEPY_CENTRAL (1)
#else #else
#error "SD not supported" #error "SD not supported"