don't configure clocks in start_clockgen

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

@ -4309,9 +4309,9 @@ void start_clockgen() {
return;
}
Serial.println("Starting clockgen frequency 434.896 MHz");
Serial.println("Starting clockgen frequency 434.9 MHz");
clockgen.setClockFSK(); // default to FSK
// clockgen.setClockFSK(); // default to FSK
clockgen.enableOutputs(false);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.