in config_radio, only start if not running

pull/267/head
alanbjohnston 3 years ago committed by GitHub
parent 60166187e4
commit 81d73c69fb
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 {
start_clockgen();
if (!clockgen_present)
start_clockgen();
if (clockgen_present) {
if (clockgen.setClockFSK(frequency_offset)) {
start_clockgen();

Loading…
Cancel
Save

Powered by TurnKey Linux.