3.1.0.BETA3

* Version Bump to 3.1.0.BETA3
 * Bugfixes
 * adresse issue: #39
This commit is contained in:
bpohvoodoo
2019-10-20 09:36:25 +02:00
parent 2e40c5934d
commit 06244d2717
5 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -535,11 +535,11 @@ void setup() {
DBG_OUTPUT_PORT.print("Use http://");
DBG_OUTPUT_PORT.print(HOSTNAME);
DBG_OUTPUT_PORT.println(".local/ when you have Bonjour installed.");
#if !defined(USE_HTML_MIN_GZ)
DBG_OUTPUT_PORT.print("New users: Open http://");
DBG_OUTPUT_PORT.print(WiFi.localIP());
DBG_OUTPUT_PORT.println("/upload to upload the webpages first.");
#endif
DBG_OUTPUT_PORT.println("");
// ***************************************************************************