fix: rangetest.csv Locale formatting

closes #1223
This commit is contained in:
andrekir 2024-09-08 08:26:09 -03:00
parent 469bc479d9
commit 4dcce57d44

View file

@ -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