From 488b8d164d22134d0001e1e506f31243c41d7022 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 27 Jan 2024 15:42:43 -0500 Subject: [PATCH] Update main.c keep Pi Zero 2 threshold voltage the same --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 94fb00a1..d16a1af3 100644 --- a/main.c +++ b/main.c @@ -39,7 +39,7 @@ int main(int argc, char * argv[]) { if ((resbuffer[0] == '9') && (resbuffer[1] == '0')) { sleep(5); // try sleep at start to help boot - voltageThreshold = 3.7; + // voltageThreshold = 3.7; printf("Pi Zero 2 detected\n"); }