mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
use correct ids in test data
This commit is contained in:
parent
f18ac28dc0
commit
969f6992bf
2 changed files with 4 additions and 2 deletions
|
|
@ -45,4 +45,6 @@ object NodeDB {
|
|||
|
||||
/// A map from nodeid to to nodeinfo
|
||||
val nodes = mutableStateOf(testNodes.map { it.user!!.id to it }.toMap())
|
||||
|
||||
val ourNodeInfo get() = nodes.value[myId.value!!] ?: error("our node not found")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue