Update main.c

pull/79/head
alanbjohnston 5 years ago committed by GitHub
parent 86b11a41ed
commit 671a71eafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -920,7 +920,7 @@ void get_tlm(void) {
printf("Tx LED On\n");
#endif
if (mode == CW)
system(cw_str2);
; // system(cw_str2);
digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING
printf("Tx LED On\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.