|
#ifndef BLUETOOTH_CONF_H__
|
|
#define BLUETOOTH_CONF_H__
|
|
|
|
#define MICROPY_PY_BLE (1)
|
|
#define MICROPY_PY_BLE_NUS (0)
|
|
#define BLUETOOTH_WEBBLUETOOTH_REPL (0)
|
|
#define MICROPY_PY_UBLUEPY (1)
|
|
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1)
|
|
#define MICROPY_PY_UBLUEPY_CENTRAL (1)
|
|
|
|
#endif
|