see which enable/disable is happening

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

@ -546,7 +546,7 @@ void transmit_on() {
clockgen.enableOutputs(true); clockgen.enableOutputs(true);
Serial.println("Enable clock outputs!"); Serial.println("Enable clock outputs!");
} else { } else {
Serial.println("Enable clock outputs!"); Serial.println("Enable clock outputs");
} }
} }
else if (mode == CW) { else if (mode == CW) {
@ -582,7 +582,7 @@ void transmit_off() {
clockgen.enableOutputs(false); clockgen.enableOutputs(false);
Serial.println("Disable clock outputs!"); Serial.println("Disable clock outputs!");
} else { } else {
Serial.println("Disable clock outputs!"); Serial.println("Disable clock outputs");
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.