mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-11 05:46:20 -04:00
fix(firmware): Retry ESP32 OTA service connections cleanly (#6081)
This commit is contained in:
@@ -212,4 +212,8 @@ class FakeRadioController :
|
||||
fun setConnectionState(state: ConnectionState) {
|
||||
_connectionState.value = state
|
||||
}
|
||||
|
||||
fun setClientNotification(notification: ClientNotification?) {
|
||||
_clientNotification.value = notification
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user