firmware wip - dont clear display when unconfigured.
This commit is contained in:
parent
56abdbbc84
commit
a2df3be095
1 changed files with 4 additions and 0 deletions
|
@ -1201,6 +1201,10 @@ void wifiAp() {
|
||||||
Serial.println(APssid);
|
Serial.println(APssid);
|
||||||
Serial.print("CanGrow IP address: ");
|
Serial.print("CanGrow IP address: ");
|
||||||
Serial.println(WiFi.softAPIP());
|
Serial.println(WiFi.softAPIP());
|
||||||
|
|
||||||
|
display.print("IP: ");
|
||||||
|
display.println(WiFi.softAPIP());
|
||||||
|
display.display();
|
||||||
// TODO does not work atm, idk why
|
// TODO does not work atm, idk why
|
||||||
//Serial.println("The login credentials for the WebUI are 'cangrow' for username and password");
|
//Serial.println("The login credentials for the WebUI are 'cangrow' for username and password");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue