diff --git a/src/ArduinoEasy.ino b/src/ArduinoEasy.ino index cbd0307..fb94bc8 100644 --- a/src/ArduinoEasy.ino +++ b/src/ArduinoEasy.ino @@ -74,7 +74,7 @@ #define socketdebug false #define ARDUINO_PROJECT_PID 2016110201L #define VERSION 2 -#define BUILD 150 +#define BUILD 151 #define BUILD_NOTES "" #define NODE_TYPE_ID_ESP_EASY_STD 1 diff --git a/src/WebServer.ino b/src/WebServer.ino index 2527fc3..cfbda34 100644 --- a/src/WebServer.ino +++ b/src/WebServer.ino @@ -1894,7 +1894,9 @@ boolean handle_custom(EthernetClient client, String path) { { if (Nodes[x].ip[0] != 0 || x == Settings.Unit) { - String name = String(x); + String name = String(x) + F(" - "); + if (x == Settings.Unit) + name += Settings.Name; addSelector_Item(reply, name, x, choice == x, false, F("")); } } @@ -1952,7 +1954,7 @@ boolean handle_custom(EthernetClient client, String path) { if (path.startsWith(F("dashboard"))) { // if the custom page does not exist, create a basic task value overview page in case of dashboard request... - reply += F(""); + reply += F(""); reply += F("