fix(firmware): Retry ESP32 OTA service connections cleanly (#6081)

This commit is contained in:
Jeremiah K
2026-07-08 22:07:25 -05:00
committed by GitHub
parent bd14228fb6
commit c2a8e67aee
16 changed files with 1297 additions and 105 deletions

View File

@@ -212,4 +212,8 @@ class FakeRadioController :
fun setConnectionState(state: ConnectionState) {
_connectionState.value = state
}
fun setClientNotification(notification: ClientNotification?) {
_clientNotification.value = notification
}
}