oops nasty bug probably responsible for ble mutex seeming bugs #33

Was calling the wrong superclass method and therfore not properly
populating radio
1.2-legacy
geeksville 2020-03-24 15:16:32 -07:00
rodzic 42d7966858
commit d647be73df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)