Update cubesatsim.ino

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

@ -644,10 +644,9 @@ float toAprsFormat(float input) {
return(output);
}
sleep(int time) {
void sleep(int time) {
int startSleep = millis();
while ((millis() - startSleep) < time)
delay(100);
delay(100);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.