mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
parent
469bc479d9
commit
4dcce57d44
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ class UIViewModel @Inject constructor(
|
|||
val rxLat = rxPos?.latitude ?: ""
|
||||
val rxLong = rxPos?.longitude ?: ""
|
||||
val rxAlt = rxPos?.altitude ?: ""
|
||||
val rxSnr = "%f".format(proto.rxSnr)
|
||||
val rxSnr = proto.rxSnr
|
||||
|
||||
// Calculate the distance if both positions are valid
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue