placeholder app icon

This commit is contained in:
geeksville 2020-02-10 14:06:50 -08:00
parent 67eea21ea4
commit 370cb264af
34 changed files with 137 additions and 224 deletions

View file

@ -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,