Update main.c back to 350

beta-drop
Alan Johnston 2 years ago committed by GitHub
parent 554ddfc197
commit dc1857aa86
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 = 200; // 100; // delta time for Pi Zero
delta = 350; // 200; // 100; // delta time for Pi Zero
}
printf("\n\nCubeSatSim v1.3.2 starting...\n\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.