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

Loading…
Cancel
Save

Powered by TurnKey Linux.