Disable firmware updating error once progress channel closed

This commit is contained in:
Elara 2021-10-23 22:03:33 -07:00
parent 37c4fe5577
commit 4b6b2a4581
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ func handleConnection(conn net.Conn, dev *infinitime.Device) {
Value: event, Value: event,
}) })
} }
firmwareUpdating = false
}() }()
// Set firmwareUpdating // Set firmwareUpdating