Update cubesatsim.ino

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

@ -2310,7 +2310,7 @@ void process_pushbutton() {
int release = FALSE;
sleep(1.0);
pb_value = digitalRead(MAIN_PB_PIN);
int pb_value = digitalRead(MAIN_PB_PIN);
if (pb_value == RELEASED) {
Serial.println("PB: Reboot!");
release = TRUE;

Loading…
Cancel
Save

Powered by TurnKey Linux.