nrf5/sdk: Enable ubluepy module if s110 bluetooth stack is enabled.
This commit is contained in:
parent
86c900313c
commit
3ff245f667
|
@ -13,6 +13,9 @@
|
|||
#elif (BLUETOOTH_SD == 110)
|
||||
|
||||
#define MICROPY_PY_BLE (1)
|
||||
#define MICROPY_PY_BLE_NUS (0)
|
||||
#define MICROPY_PY_UBLUEPY (1)
|
||||
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1)
|
||||
|
||||
#elif (BLUETOOTH_SD == 132)
|
||||
|
||||
|
|
Loading…
Reference in New Issue