From e9837610ebd1b90d0cb5dc1102d3141fa7d17f5b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Jul 2024 16:49:19 -0400 Subject: [PATCH] Update main.c change pi zero 2 offset to 700 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index a75104ea..2c103d2f 100644 --- a/main.c +++ b/main.c @@ -40,7 +40,7 @@ int main(int argc, char * argv[]) { sleep(5); // try sleep at start to help boot // voltageThreshold = 3.7; printf("Pi Zero 2 detected\n"); - pi_zero_2_offset = 500; + pi_zero_2_offset = 700; // 500; } printf("\n\nCubeSatSim v1.3.2 starting...\n\n");