don't send hi hi first in CW, don't send payload

pull/210/head
alanbjohnston 3 years ago committed by GitHub
parent ec80085556
commit 45595d2f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -281,7 +281,7 @@ void send_packet() {
}
void send_cw() {
char de[] = " HI HI DE ";
char de[] = " DE ";
char telem[1000];
char space[] = " ";
@ -290,9 +290,7 @@ void send_cw() {
strcpy(telem, de);
strcat(telem, callsign);
strcat(telem, space);
strcat(telem, tlm_str);
strcat(telem, space);
strcat(telem, payload_str);
strcat(telem, tlm_str); // don't send payload since it isn't encoded and has "."
print_string(telem);
Serial.println(strlen(telem));

Loading…
Cancel
Save

Powered by TurnKey Linux.