removed extra aprs prints

pull/183/head
alanbjohnston 3 years ago committed by GitHub
parent 91aaaf1c5c
commit 0ff1fedb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -435,8 +435,8 @@ void send_aprs_packet() {
strcpy(str, header_str); strcpy(str, header_str);
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.