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

@ -359,7 +359,7 @@ void send_aprs_packet() {
strcpy(str, tlm_str); strcpy(str, tlm_str);
strcat(str, payload_str); strcat(str, payload_str);
print_string(str); print_string(str);
Serial.println(strlen(str); Serial.println(strlen(str));
set_status(str); set_status(str);

Loading…
Cancel
Save

Powered by TurnKey Linux.