fixed APRS lat lon coversion

bp-new
alanbjohnston 5 years ago committed by GitHub
parent 857dffb8d5
commit 071340eec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -909,8 +909,8 @@ void get_tlm(void) {
printf("GPS Data: %f, %f, %f \n", lat_gps, lon_gps, alt_gps);
pclose(file_gps);
latitude = lat_gps;
longitude = lon_gps;
latitude = toAprsFormat(lat_gps);
longitude = toAprsFormat(lon_gps);
// printf("Str: %s \n", str);
if (mode != CW) {

Loading…
Cancel
Save

Powered by TurnKey Linux.