mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
wip adding channelset
This commit is contained in:
parent
31a106039b
commit
0743feadc4
3 changed files with 38 additions and 15 deletions
|
|
@ -1604,6 +1604,10 @@ class MeshService : Service(), Logging {
|
|||
this@MeshService.setRadioConfig(payload)
|
||||
}
|
||||
|
||||
override fun getChannels(): ByteArray {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun getNodes(): MutableList<NodeInfo> = toRemoteExceptions {
|
||||
val r = nodeDBbyID.values.toMutableList()
|
||||
info("in getOnline, count=${r.size}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue