From 6ae6b7fce756e12e403b6b076970d09c16405635 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 3 Feb 2024 20:07:15 -0500 Subject: [PATCH] Update main.c back to 150 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 2de9c70f..27d869ef 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 = 400; // 350; // 200; // 100; // delta time for Pi Zero + delta = 150; // 400; // 350; // 200; // 100; // delta time for Pi Zero } printf("\n\nCubeSatSim v1.3.2 starting...\n\n");