Update main.c

pull/79/head
alanbjohnston 5 years ago committed by GitHub
parent 5ba1a986e3
commit 6c4a1d1576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -848,9 +848,9 @@ void get_tlm(void) {
// sprintf(header_str2b, "=%s%c%c%sShi hi ", header_lat, 0x5c, 0x5c, header_long); // APRS satellite symbol with escaped \ as \\
printf("lat: %s long: %s \n", header_lat, header_long);
sprintf(header_str2b, "=3910.10/07500.32Ohi 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/%sOhi hi ", header_lat, header_long); // APRS balloon symbol
printf("\n\nString is %s \n\n", header_str2b);
printf("\n\nString is %s \n\n", &header_str2b);
strcat(str, header_str2b);
} else {
strcat(str, header_str4);

Loading…
Cancel
Save

Powered by TurnKey Linux.