Update cubesatsim.ino

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

@ -134,7 +134,7 @@ void loop() {
// send telemetry // send telemetry
// delay some time // delay some time
Serial.print("Loop time: "); Serial.print("\nLoop time: ");
Serial.println(millis() - startSleep); Serial.println(millis() - startSleep);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.