mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add network availability monitoring
This commit is contained in:
parent
dabbcf6ef4
commit
2d30fd89bc
5 changed files with 62 additions and 21 deletions
|
|
@ -210,7 +210,7 @@ class BTScanModel @Inject constructor(
|
|||
}
|
||||
|
||||
// Include Network Service Discovery
|
||||
nsdRepository.resolvedList?.forEach { service ->
|
||||
nsdRepository.resolvedList.value.forEach { service ->
|
||||
addDevice(TCPDeviceListEntry(service))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue