mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-24 03:31:14 +00:00
we now BLE notify for the arrival of new messages
This commit is contained in:
@@ -69,6 +69,7 @@ class UpdateCallbacks : public BLECharacteristicCallbacks
|
||||
result = Update.getError();
|
||||
}
|
||||
swUpdateResultCharacteristic.setValue(&result, 1);
|
||||
swUpdateResultCharacteristic.notify();
|
||||
}
|
||||
else {
|
||||
Serial.println("unexpected write");
|
||||
|
||||
Reference in New Issue
Block a user