From b28563f6d75c8ab200a8c2fbf04cb70124ba9a1b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 18 Nov 2022 23:34:00 -0500 Subject: [PATCH] no button_isr --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index e87e290c..11fe8e84 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -166,7 +166,7 @@ void setup() { config_telem(); - start_button_isr(); // try before start_isr +// start_button_isr(); // try before start_isr start_isr(); @@ -667,7 +667,7 @@ void config_telem() { frameTime = 5000; bufLen = 1000; } else if (mode == SSTV) { - ITimer1.stopTimer(); // turn off pushbutton timer +// ITimer1.stopTimer(); // turn off pushbutton timer Serial.println("\nConfiguring for SSTV"); // set_sstv_pin(AUDIO_OUT_PIN); samplePeriod = 5000;