added !filter_present for CW mode

pull/251/head
alanbjohnston 3 years ago committed by GitHub
parent 063fa588dd
commit e61b34e6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4395,7 +4395,7 @@ void prompt_for_input() {
// Serial.println("Restart not yet implemented");
start_payload();
// start_ina219();
if (mode != CW)
if ((mode != CW) || (!filter_present))
transmit_callsign(callsign);
sleep(0.5);
config_telem();

Loading…
Cancel
Save

Powered by TurnKey Linux.