Update main.c try delta 50

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

@ -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");

Loading…
Cancel
Save

Powered by TurnKey Linux.