Back to 434.9 but balloon APRS icon

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

@ -846,7 +846,8 @@ void get_tlm(void) {
else
sprintf(header_long, "%08.2f%c", longitude * (-1.0), 'W'); // long
sprintf(header_str2b, "=%s%c%c%sShi hi ", header_lat, 0x5c, 0x5c, header_long); // add APRS lat and long
// sprintf(header_str2b, "=%s%c%c%sShi hi ", header_lat, 0x5c, 0x5c, header_long); // APRS satellite symbol
sprintf(header_str2b, "=%s%c%c%sOhi hi ", header_lat, 0x5c, '/', header_long); // APRS balloon symbol
printf("\n\nString is %s \n\n", header_str2b);
strcat(str, header_str2b);
} else {

Loading…
Cancel
Save

Powered by TurnKey Linux.