mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 09:57:52 +00:00
clean up bluetooth services
This commit is contained in:
@@ -361,8 +361,6 @@ void setup()
|
||||
service.init();
|
||||
BLEServer *serve = initBLE(getDeviceName()); // FIXME, use a real name based on the macaddr
|
||||
BLEService *bts = createMeshBluetoothService(serve);
|
||||
bts->start();
|
||||
serve->getAdvertising()->addServiceUUID(bts->getUUID());
|
||||
}
|
||||
|
||||
void loop()
|
||||
|
||||
Reference in New Issue
Block a user