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
}
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);

Loading…
Cancel
Save

Powered by TurnKey Linux.