Update main.c 50 is good, try 25

beta-drop
Alan Johnston 2 years ago committed by GitHub
parent 3ac9552ff4
commit ad5231d407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,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");
delta = 50; // 100; // reduced delta time for Pi Zero 2
delta = 25; // 50; // 100; // reduced delta time for Pi Zero 2
} else {
delta = 350; // 150; // 400; // 350; // 200; // 100; // delta time for Pi Zero
}

Loading…
Cancel
Save

Powered by TurnKey Linux.