pull/189/head
alanbjohnston 3 years ago committed by GitHub
parent 033e260c5a
commit 78a41c030f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2122,11 +2122,12 @@ void config_radio()
Serial.println("Config clock for BPSK");
transmit_on();
}
else if ((mode == FSK)) // || (mode == SSTV))
else if (mode == FSK) {// || (mode == SSTV))
clockgen.setClockFSK();
Serial.println("Config clock for FSK");
transmit_on();
}
}
void test_radio()

Loading…
Cancel
Save

Powered by TurnKey Linux.