Update cubesatsim.ino

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

@ -147,7 +147,7 @@ void loop() {
digitalWrite(LED_BUILTIN, LOW);
// delay(3000);
sleep(3.0);
sleep(2.9); // 3.0);
digitalWrite(LED_BUILTIN, HIGH);
@ -527,7 +527,7 @@ void get_tlm_fox() {
sampleTime = (unsigned int) millis();
} else {
Serial.println("first time - no sleep\n");
// firstTime = OFF;
firstTime = OFF;
}
// if (mode == FSK)

Loading…
Cancel
Save

Powered by TurnKey Linux.