changed prompt test

pull/177/head
alanbjohnston 4 years ago committed by GitHub
parent b1d00dbd0f
commit 89db5d6d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -246,10 +246,11 @@ void loop() {
config_radio();
}
if (!prompt) {
if (prompt != false) {
Serial.println("Need to prompt for input!");
prompt = false;
}
// Calculate loop time
Serial.print("\nLoop time: ");
Serial.println(millis() - startSleep);

Loading…
Cancel
Save

Powered by TurnKey Linux.