nrf5/bluetooth: Adding new configuration flag for s132 bluetooth stack, to enable/disable ubluepy central. Disabled by default.

This commit is contained in:
Glenn Ruben Bakke 2017-03-12 14:24:12 +01:00
parent 2f9fda1367
commit 90e88b2c43
1 changed files with 1 additions and 0 deletions

View File

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