different lat and long

pull/124/head
alanbjohnston 5 years ago committed by GitHub
parent 8b6d85642e
commit 5389801d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -869,6 +869,7 @@ void get_tlm(void) {
printf("lat: %s long: %s \n", &header_lat, &header_long);
// sprintf(header_str2b, "=3910.10N/07500.32WOhi hi %f %f", latitude, longitude); // APRS balloon symbol
sprintf(header_str2b, "=%s%c%s%chi hi ", &header_lat, '/', &header_long, 'O'); // APRS balloon symbol
sprintf(header_str2b, "=3958.95N/07509.16Whi hi");
printf("\n\nString is %s \n\n", &header_str2b);
strcat(str, header_str2b);
} else {

Loading…
Cancel
Save

Powered by TurnKey Linux.