Added wifi symbol to homepage, simplefied setup process

This commit is contained in:
EivindH06
2025-10-02 14:10:00 +02:00
parent 3a26bc3eb1
commit 399484a883
20 changed files with 783 additions and 451 deletions

View File

@@ -1284,7 +1284,7 @@ void toggleSetupMode() {
#else
WiFi.beginSmartConfig();
#endif
WiFi.softAP(PSTR("AMS2MQTT"));
WiFi.softAP(PSTR("NEAS-WATTUP"));
if(dnsServer == NULL) {
dnsServer = new DNSServer();