mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-01 15:40:49 +00:00
Nimble WIP - woot! basic device API works now
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
, value: { uuid128 } \
|
||||
}
|
||||
|
||||
static const ble_uuid128_t mesh_service_uuid =
|
||||
const ble_uuid128_t mesh_service_uuid =
|
||||
BLE_UUID128_INIT(0xfd, 0xea, 0x73, 0xe2, 0xca, 0x5d, 0xa8, 0x9f, 0x1f, 0x46, 0xa8, 0x15, 0x18, 0xb2, 0xa1, 0x6b);
|
||||
|
||||
static const ble_uuid128_t toradio_uuid =
|
||||
|
||||
Reference in New Issue
Block a user