Fixed formatting

This commit is contained in:
Vadim Furman
2021-03-21 18:15:54 -07:00
parent 8aa7585fdd
commit b5c5cf0153

View File

@@ -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())
}
}