added for real

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

@ -175,7 +175,7 @@ void setup() {
/**/
// Serial.println("Transmitting callsign");
// strcpy(callsign, call);
if (mode != CW)
if ((mode != CW) || (!filter_present))
transmit_callsign(callsign);
// sleep(5.0);
sleep(1.0);

Loading…
Cancel
Save

Powered by TurnKey Linux.