Update main.c

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

@ -869,7 +869,7 @@ void get_tlm(void) {
printf("lat: %s long: %s \n", &header_lat, &header_long); 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, "=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, "=%s%c%s%chi hi ", &header_lat, '/', &header_long, 'O'); // APRS balloon symbol
sprintf(header_str2b, "=3958.95N/07509.16Whi hi"); sprintf(header_str2b, "=3958.95N/07509.16WKhi hi");
printf("\n\nString is %s \n\n", &header_str2b); printf("\n\nString is %s \n\n", &header_str2b);
strcat(str, header_str2b); strcat(str, header_str2b);
} else { } else {

Loading…
Cancel
Save

Powered by TurnKey Linux.