diff --git a/doc/Connections.png b/doc/Connections.png new file mode 100644 index 0000000..5369293 Binary files /dev/null and b/doc/Connections.png differ diff --git a/src/main.ino b/src/main.ino index 9aaf917..0fa159a 100644 --- a/src/main.ino +++ b/src/main.ino @@ -639,10 +639,6 @@ void mqttMessageReceived(String &topic, String &payload) { } debugD(" pending set = %d", setres ); - - - - } void sendMqttMessage(const String &name, String &payload, bool retain) { diff --git a/src/web/InternalWebServer.cpp b/src/web/InternalWebServer.cpp index b7a5c65..5a50571 100644 --- a/src/web/InternalWebServer.cpp +++ b/src/web/InternalWebServer.cpp @@ -62,13 +62,7 @@ void InternalWebServer::setup(configuration* config, MQTTClient* mqtt, RegisterM server.begin(); // Web server start - print("Web server is ready for config at http://"); - if(WiFi.getMode() == WIFI_AP) { - print(WiFi.softAPIP()); - } else { - print(WiFi.localIP()); - } - println("/"); + println("Web server is ready for config"); config->getWebConfig(webConfig); MqttConfig mqttConfig; diff --git a/web/setup.html b/web/setup.html index e41a412..bfa18f1 100644 --- a/web/setup.html +++ b/web/setup.html @@ -2,17 +2,17 @@
-