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:
parent
44673de114
commit
cb9ed6bb55
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue