Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent f6d0dd855e
commit f7d5c55649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -536,7 +536,8 @@ void get_tlm_fox() {
sampleTime = (unsigned int) millis();
} else {
Serial.println("first time - no sleep");
Serial.println("first time - short sleep");
sleep(3.0);
// firstTime = OFF;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.