mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
ble works again after sleep - but we are still leaking
This commit is contained in:
@@ -319,3 +319,7 @@ BLEService *createMeshBluetoothService(BLEServer *server)
|
||||
|
||||
return service;
|
||||
}
|
||||
|
||||
void destroyMeshBluetoothService() {
|
||||
meshFromNumCharacteristic = NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user