From b4e84264dc4529436cd1ebf02e0aa0b0171e2848 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 7 Jul 2024 09:39:06 -0400 Subject: [PATCH] Update main.c change pi zero 2 offset to 500 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 8f03c580..11fd4f0d 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 = 700; // 500; + pi_zero_2_offset = 500; } printf("\n\nCubeSatSim v1.3.2 starting...\n\n");