diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 03044bc1..fc90a3dc 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3636,7 +3636,7 @@ bool TimerHandler0(struct repeating_timer *t) { // Serial.print("-"); if (mode == FSK) { i2c_busy_now = true; - clockgen.enableOutputOnly(1); +// clockgen.enableOutputOnly(1); i2c_busy_now = false; } } else { @@ -3647,7 +3647,7 @@ bool TimerHandler0(struct repeating_timer *t) { // Serial.print("_"); if (mode == FSK) { i2c_busy_now = true; - clockgen.enableOutputOnly(0); +// clockgen.enableOutputOnly(0); i2c_busy_now = false; } }