turn off built in LED in transmit_off

pull/245/head
alanbjohnston 3 years ago committed by GitHub
parent 9c09a01cbe
commit e8fcb05693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -557,6 +557,7 @@ void transmit_off() {
if (debug_mode)
Serial.println("Transmit off!");
digitalWrite(MAIN_LED_BLUE, LOW);
digitalWrite(LED_BUILTIN, LOW);
if ((mode == BPSK) || (mode == FSK)) {
digitalWrite(BPSK_CONTROL_A, LOW);
digitalWrite(BPSK_CONTROL_B, LOW);

Loading…
Cancel
Save

Powered by TurnKey Linux.