mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix unit tests
This commit is contained in:
parent
85bdd25782
commit
169cb7dcd7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ data class Position(
|
|||
val longitude: Double,
|
||||
val altitude: Int,
|
||||
val time: Int = currentTime(), // default to current time in secs
|
||||
val batteryPctLevel: Int
|
||||
val batteryPctLevel: Int = 0
|
||||
) : Parcelable {
|
||||
companion object {
|
||||
/// Convert to a double representation of degrees
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue