mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +00:00
WIP - all BT characteristics must be dynamically alloced
This commit is contained in:
@@ -285,8 +285,7 @@ void setBluetoothEnable(bool on)
|
||||
else
|
||||
{
|
||||
// FIXME - we are leaking like crazy
|
||||
BLEDevice::deinit(false);
|
||||
btPool.reset();
|
||||
deinitBLE();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user