print waiting after config

pico-v0.36-detect-pi
alanbjohnston 3 years ago committed by GitHub
parent b49fe72090
commit 7d7a7b38bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3618,6 +3618,8 @@ void config_gpio() {
Serial.print("Pi Zero present, so running Payload OK code instead of CubeSatSim code.");
start_payload();
while(true) {
Serial.println("waiting");
sleep(3.0);
// payload_OK_only();
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.