From 5301d80294364df0def3fb51fd0ee495b29c8dc5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 24 Feb 2023 15:45:56 -0500 Subject: [PATCH] no skip on serial --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index ed977029..4973be45 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4957,7 +4957,7 @@ void start_clockgen() { void get_input() { - if (((skip++)%2) == 0) + // if (((skip++)%2) == 0) serial_input(); // check for button press