More Clear Message for Setup Boot handling
This commit is contained in:
parent
e10ba9f881
commit
2fccb805df
@ -233,8 +233,8 @@ void setup() {
|
|||||||
Serial.println("No configuration saved");
|
Serial.println("No configuration saved");
|
||||||
}
|
}
|
||||||
|
|
||||||
Serial.print("GPIO 3 status :");
|
Serial.print("Force Setup Mode ? :");
|
||||||
Serial.print(txStatus);
|
Serial.print(txStatus?"No":"Yes");
|
||||||
Serial.println();
|
Serial.println();
|
||||||
|
|
||||||
setupWifi(bootMode, txStatus == 0, confSsid, confPassword, confHost);
|
setupWifi(bootMode, txStatus == 0, confSsid, confPassword, confHost);
|
||||||
|
Loading…
Reference in New Issue
Block a user