added debug_mode test in CW mode

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

@ -379,7 +379,8 @@ void send_cw() {
strcat(telem, callsign);
strcat(telem, space);
strcat(telem, tlm_str); // don't send payload since it isn't encoded and has "."
print_string(telem);
if (debug_mode)
print_string(telem);
// Serial.println(strlen(telem));
transmit_string(telem);

Loading…
Cancel
Save

Powered by TurnKey Linux.