wip adding channelset

This commit is contained in:
Kevin Hester 2021-02-27 11:44:05 +08:00
parent 31a106039b
commit 0743feadc4
3 changed files with 38 additions and 15 deletions

View file

@ -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}")