Update main.c back to 150

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

Loading…
Cancel
Save

Powered by TurnKey Linux.