changed to if prompt

pull/177/head
alanbjohnston 3 years ago committed by GitHub
parent 8567b9667b
commit c378dba485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -246,7 +246,7 @@ void loop() {
config_radio();
}
if (prompt != false) {
if (prompt) {
Serial.println("Need to prompt for input!");
prompt = false;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.