nrf5/bluetooth: Adding new configuration flag for s132 bluetooth stack, to enable/disable ubluepy central. Disabled by default.
This commit is contained in:
parent
2f9fda1367
commit
90e88b2c43
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue