Update cubesatsim.ino

pico-v0.38
alanbjohnston 3 years ago committed by GitHub
parent 64733773a2
commit 920cbc2b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3428,7 +3428,7 @@ void process_pushbutton() {
blinkTimes(1);
sleep(1.5);
pb_value = digitalRead(MAIN_PB_PIN);
int pb_value = digitalRead(MAIN_PB_PIN);
if ((pb_value == RELEASED) && (release == FALSE)) {
Serial.println("PB: Switch to AFSK");
release = TRUE;

Loading…
Cancel
Save

Powered by TurnKey Linux.