From 1b6cb2f36a98676ffd0be3cc2715e7e91e93639d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 18 Sep 2022 11:43:17 -0400 Subject: [PATCH] don't configure clocks in start_clockgen --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 6b8354de..a482dfdd 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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); }