sforkowany z mirror/meshtastic-firmware
oops nasty bug probably responsible for ble mutex seeming bugs #33
Was calling the wrong superclass method and therfore not properly populating radio1.2-legacy
rodzic
42d7966858
commit
d647be73df
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue