From c4aeb409a4783614067e53286d1848532876cfbd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 9 Jun 2021 17:42:38 -0400 Subject: [PATCH] changed AFSK Tx LED --- afsk/main.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index fb4c7db9..39963a8a 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -972,16 +972,16 @@ void get_tlm(void) { strcat(str, sensor_payload); // append to telemetry string for transmission } - digitalWrite(txLed, txLedOn); - #ifdef DEBUG_LOGGING - printf("Tx LED On 3\n"); - #endif +// digitalWrite(txLed, txLedOn); +// #ifdef DEBUG_LOGGING +// printf("Tx LED On 3\n"); +// #endif if (mode == CW) system(cw_str2); - digitalWrite(txLed, txLedOn); - #ifdef DEBUG_LOGGING - printf("Tx LED On 4\n"); - #endif +// digitalWrite(txLed, txLedOn); +// #ifdef DEBUG_LOGGING +// printf("Tx LED On 4\n"); +// #endif if (ax5043) { digitalWrite(txLed, txLedOn); @@ -1025,7 +1025,7 @@ void get_tlm(void) { } digitalWrite(txLed, txLedOff); #ifdef DEBUG_LOGGING - printf("Tx LED Off\n"); + printf("Tx LED Off 6\n"); #endif sleep(3); digitalWrite(txLed, txLedOn);