From d07f9817fe060e288df2a25be59973ec5cf821dd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 3 Feb 2024 19:54:56 -0500 Subject: [PATCH] Update main.c try 50 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e18267fa..51e4acf8 100644 --- a/main.c +++ b/main.c @@ -43,7 +43,7 @@ int main(int argc, char * argv[]) { printf("Pi Zero 2 detected\n"); delta = 100; // reduced delta time for Pi Zero 2 } else { - delta = 350; // 200; // 100; // delta time for Pi Zero + delta = 50; // 350; // 200; // 100; // delta time for Pi Zero } printf("\n\nCubeSatSim v1.3.2 starting...\n\n");