transmit full APRS packet

pico-v0.38
alanbjohnston 3 years ago committed by GitHub
parent 977d0b51c5
commit e6f352a543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -476,8 +476,8 @@ void send_aprs_packet() {
char str[1000];
char header_str[] = "hi hi ";
strcpy(str, header_str);
// strcpy(str, tlm_str); // transmit short APRS packet with just lat lon
// strcat(str, payload_str);
strcpy(str, tlm_str); // transmit full APRS packet
strcat(str, payload_str);
// print_string(str);
// Serial.println(strlen(str));

Loading…
Cancel
Save

Powered by TurnKey Linux.