turn off Tx LED for APRS

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 123de68deb
commit 94baae2f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -747,11 +747,12 @@ void get_tlm(void) {
fflush(stdout);
fflush(stderr);
/*
digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING
printf("Tx LED On 2\n");
#endif
*/
int tlm[7][5];
memset(tlm, 0, sizeof tlm);
@ -1072,10 +1073,12 @@ void get_tlm(void) {
if (transmit) {
FILE * file2 = popen(str, "r");
pclose(file2);
/*
digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING
printf("Tx LED On 6\n");
#endif
#endif
*/
sleep(2);
digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.