From 2a37b56ce1e40aa8e9f8aafa2640a08e3f716c51 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Sep 2022 16:01:03 -0400 Subject: [PATCH] back to 400 --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 65e5ddf2..40c14815 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3528,7 +3528,7 @@ void start_isr() { // if (ITimer0.attachInterruptInterval(833, TimerHandler0)) // if (ITimer0.attachInterruptInterval(804, TimerHandler0)) - if (ITimer0.attachInterruptInterval(100, TimerHandler0)) // was 800 // was was 828 (841) and 828 + if (ITimer0.attachInterruptInterval(400, TimerHandler0)) // was 800 // was was 828 (841) and 828 // if (ITimer0.attachInterruptInterval(1667, TimerHandler0)) { if (debug_mode)