From b91a52541779002348fee5d4eafe9bc45c984f81 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 3 Feb 2024 17:31:35 -0500 Subject: [PATCH] Update main.c try delta 50 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 467edf99..b21867f9 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 = 0; // delta time for Pi Zero + delta = 50; // delta time for Pi Zero } printf("\n\nCubeSatSim v1.3.2 starting...\n\n");