kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
rodzic
469bc479d9
commit
4dcce57d44
|
@ -500,7 +500,7 @@ class UIViewModel @Inject constructor(
|
||||||
val rxLat = rxPos?.latitude ?: ""
|
val rxLat = rxPos?.latitude ?: ""
|
||||||
val rxLong = rxPos?.longitude ?: ""
|
val rxLong = rxPos?.longitude ?: ""
|
||||||
val rxAlt = rxPos?.altitude ?: ""
|
val rxAlt = rxPos?.altitude ?: ""
|
||||||
val rxSnr = "%f".format(proto.rxSnr)
|
val rxSnr = proto.rxSnr
|
||||||
|
|
||||||
// Calculate the distance if both positions are valid
|
// Calculate the distance if both positions are valid
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue