changed AFSK Tx LED

pull/93/head
alanbjohnston 5 years ago committed by GitHub
parent 15bac8ec0c
commit c4aeb409a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -972,16 +972,16 @@ void get_tlm(void) {
strcat(str, sensor_payload); // append to telemetry string for transmission strcat(str, sensor_payload); // append to telemetry string for transmission
} }
digitalWrite(txLed, txLedOn); // digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING // #ifdef DEBUG_LOGGING
printf("Tx LED On 3\n"); // printf("Tx LED On 3\n");
#endif // #endif
if (mode == CW) if (mode == CW)
system(cw_str2); system(cw_str2);
digitalWrite(txLed, txLedOn); // digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING // #ifdef DEBUG_LOGGING
printf("Tx LED On 4\n"); // printf("Tx LED On 4\n");
#endif // #endif
if (ax5043) { if (ax5043) {
digitalWrite(txLed, txLedOn); digitalWrite(txLed, txLedOn);
@ -1025,7 +1025,7 @@ void get_tlm(void) {
} }
digitalWrite(txLed, txLedOff); digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING
printf("Tx LED Off\n"); printf("Tx LED Off 6\n");
#endif #endif
sleep(3); sleep(3);
digitalWrite(txLed, txLedOn); digitalWrite(txLed, txLedOn);

Loading…
Cancel
Save

Powered by TurnKey Linux.