mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +00:00
oops nasty bug probably responsible for ble mutex seeming bugs #33
Was calling the wrong superclass method and therfore not properly populating radio
This commit is contained in:
parent
42d7966858
commit
d647be73df
@ -111,7 +111,7 @@ class RadioCharacteristic : public ProtobufCharacteristic
|
|||||||
// update gps connection state
|
// update gps connection state
|
||||||
devicestate.has_radio = gps.isConnected;
|
devicestate.has_radio = gps.isConnected;
|
||||||
|
|
||||||
BLEKeepAliveCallbacks::onRead(c);
|
ProtobufCharacteristic::onRead(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
void onWrite(BLECharacteristic *c)
|
void onWrite(BLECharacteristic *c)
|
||||||
|
Loading…
Reference in New Issue
Block a user