kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix unit tests
rodzic
85bdd25782
commit
169cb7dcd7
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue