mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-02 11:52:41 -05:00
Fixed formatting
This commit is contained in:
@@ -1102,7 +1102,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
||||
} else if (my_position != null) {
|
||||
val dist: Int =
|
||||
positionToMeter(my_position!!, position).roundToInt()
|
||||
fs.write("%x,%f,%d,%d".format( packet_proto.from,
|
||||
fs.write("%x,%f,%d,%d\n".format( packet_proto.from,
|
||||
packet_proto.rxSnr, packet_proto.rxTime, dist).toByteArray())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user