mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
properly mark when we are disconnected
This commit is contained in:
parent
e94c059acb
commit
7cca69be0d
3 changed files with 17 additions and 4 deletions
|
|
@ -161,7 +161,7 @@ class SerialInterface(private val service: RadioInterfaceService, val address: S
|
|||
io.writeAsync(wakeBytes)
|
||||
|
||||
// Now tell clients they can (finally use the api)
|
||||
service.broadcastConnectionChanged(true, isPermanent = false)
|
||||
service.onConnect()
|
||||
}
|
||||
} else {
|
||||
errormsg("Can't find device")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue