More Clear Message for Setup Boot handling

This commit is contained in:
Mathieu Maret 2016-03-04 00:48:28 +01:00
parent e10ba9f881
commit 2fccb805df
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ void setup() {
Serial.println("No configuration saved");
}
Serial.print("GPIO 3 status :");
Serial.print(txStatus);
Serial.print("Force Setup Mode ? :");
Serial.print(txStatus?"No":"Yes");
Serial.println();
setupWifi(bootMode, txStatus == 0, confSsid, confPassword, confHost);