From 5c81599ec539ca4e13c1f4b3ebfb9ffb2b224ea7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 3 Feb 2024 19:59:28 -0500 Subject: [PATCH] Update main.c try 150 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 51e4acf8..2022d8f0 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 = 50; // 350; // 200; // 100; // delta time for Pi Zero + delta = 150; // 350; // 200; // 100; // delta time for Pi Zero } printf("\n\nCubeSatSim v1.3.2 starting...\n\n");