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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user