diff --git a/src/MeshBluetoothService.cpp b/src/MeshBluetoothService.cpp index d65df83b..e60380ff 100644 --- a/src/MeshBluetoothService.cpp +++ b/src/MeshBluetoothService.cpp @@ -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)