Updated documentation and made build

This commit is contained in:
Magnus
2021-04-05 18:05:17 +02:00
parent e8d02de96b
commit 231b1fccd5
15 changed files with 57 additions and 102 deletions

View File

@ -444,7 +444,7 @@ bool WebServer::checkHtmlFile( HtmlFile item ) {
// Setup the Web Server callbacks and start it
//
bool WebServer::setupWebServer() {
Log.notice(F("WEB : Web server setup started." CR));
Log.notice(F("WEB : Configuring web server." CR));
MDNS.begin( myConfig.getMDNS() );
MDNS.addService("http", "tcp", 80);