mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Indeterminate state inidicator for WiFi OTA erase
This commit is contained in:
parent
fc45e41e38
commit
c42df05ea4
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class ESP32WifiOTAViewModel: ObservableObject {
|
|||
|
||||
// 3. Send Command
|
||||
try await connection.sendAsync(data: command.data(using: .utf8)!)
|
||||
self.otaState = .preparing
|
||||
|
||||
// 4. Handshake (Wait for "OK" or "ERASING")
|
||||
var handshakeComplete = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue