We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fb91d2 + e4b58c1 commit 8be2042Copy full SHA for 8be2042
1 file changed
src/main.c
@@ -22,13 +22,10 @@
22
int main()
23
{
24
/*
25
- * In debug builds, delay to allow the user to connect to open the serial
26
- * port.
+ * Brief delay after reboot/powering up due to power spikes to prevent
+ * deployment when satellite is still within the launch mechanism.
27
*/
28
- if (!IS_FLIGHT)
29
- {
30
- sleep_ms(5000);
31
- }
+ sleep_ms(5000);
32
33
34
* Initialize persistent data or load existing data if already in flash.
0 commit comments