in config_radio, don't do clock start if cw mode

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

@ -2233,7 +2233,8 @@ void config_radio()
if (sr_frs_present)
digitalWrite(PD_PIN, HIGH); // Enable SR_FRS
else {
if (!clockgen_present)
// if (!clockgen_present)
if (mode != CW)
start_clockgen();
if (clockgen_present) {
if (clockgen.setClockFSK(frequency_offset)) {

Loading…
Cancel
Save

Powered by TurnKey Linux.