From 167b4bee5155dcb2f34bb0185cd0996ac335b089 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 24 Feb 2023 15:39:31 -0500 Subject: [PATCH] serial every 2 --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 321bd764..ed977029 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4957,7 +4957,7 @@ void start_clockgen() { void get_input() { - if (((skip++)%5) == 0) + if (((skip++)%2) == 0) serial_input(); // check for button press