oops - we want to compare aganst the old interface, not the new one

pull/40/head
geeksville 2020-06-07 22:39:57 -07:00
rodzic bbd9a6d6f4
commit 303fb86aa6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -212,7 +212,7 @@ class RadioInterfaceService : Service(), Logging {
receivedPacketsLog.close()
// Don't broadcast disconnects if we were just using the nop device
if (radioIf != nopIf)
if (r != nopIf)
onDisconnect(isPermanent = true) // Tell any clients we are now offline
}