nrf5/sdk: Adding configuration to enable the ubluepy peripheral class when using softdevice 132 from the SDK.
This commit is contained in:
parent
35a7aa1331
commit
323533c3d3
|
@ -19,6 +19,7 @@
|
|||
#define MICROPY_PY_BLE (1)
|
||||
#define MICROPY_PY_BLE_NUS (0)
|
||||
#define MICROPY_PY_UBLUEPY (1)
|
||||
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1)
|
||||
|
||||
#else
|
||||
#error "SD not supported"
|
||||
|
|
Loading…
Reference in New Issue