mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
placeholder app icon
This commit is contained in:
parent
67eea21ea4
commit
370cb264af
34 changed files with 137 additions and 224 deletions
|
|
@ -29,6 +29,13 @@ object UIState {
|
|||
Position(32.912901, -96.781776, 35) // north dallas
|
||||
)
|
||||
|
||||
val testNodeNoPosition = NodeInfo(
|
||||
8,
|
||||
MeshUser("+6508765308".format(8), "Kevin MesterNoLoc", "KLO"),
|
||||
null,
|
||||
12345
|
||||
)
|
||||
|
||||
val testNodes = testPositions.mapIndexed { index, it ->
|
||||
NodeInfo(
|
||||
9 + index,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue