Update main.c no LED control

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent a53d701e62
commit bc6a7fa2e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -340,15 +340,15 @@ int main(int argc, char * argv[]) {
}
}
}
pinMode(txLed, OUTPUT);
digitalWrite(txLed, txLedOff);
// pinMode(txLed, OUTPUT);
// digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING
printf("Tx LED Off\n");
// printf("Tx LED Off\n");
#endif
pinMode(onLed, OUTPUT);
digitalWrite(onLed, onLedOn);
// pinMode(onLed, OUTPUT);
// digitalWrite(onLed, onLedOn);
#ifdef DEBUG_LOGGING
printf("Power LED On\n");
// printf("Power LED On\n");
#endif
/*
if (mode == SSTV) {

Loading…
Cancel
Save

Powered by TurnKey Linux.