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:
geeksville 2020-03-24 15:16:32 -07:00
parent 42d7966858
commit d647be73df

View File

@ -111,7 +111,7 @@ class RadioCharacteristic : public ProtobufCharacteristic
// update gps connection state
devicestate.has_radio = gps.isConnected;
BLEKeepAliveCallbacks::onRead(c);
ProtobufCharacteristic::onRead(c);
}
void onWrite(BLECharacteristic *c)