Modularize more models/utils (#3182)

This commit is contained in:
Phil Oliver 2025-09-24 11:43:46 -04:00 committed by GitHub
parent 5bb3f73e0d
commit 4eba3e9daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 656 additions and 629 deletions

View file

@ -19,6 +19,7 @@ package com.geeksville.mesh
import org.junit.Assert
import org.junit.Test
import org.meshtastic.core.model.Position
class PositionTest {
@Test
@ -35,5 +36,4 @@ class PositionTest {
val position = Position(37.1, 121.1, 35)
Assert.assertTrue(position.time != 0)
}
}