Update webserver.ino

This commit is contained in:
Adrian Scillato 2018-05-10 01:15:10 -03:00 committed by GitHub
parent 7fcd875c77
commit 3fbed378ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -392,9 +392,6 @@ void StartWebserver(int type, IPAddress ipweb)
}
#endif // USE_EMULATION
WebServer->onNotFound(HandleNotFound);
#ifdef USE_KNX
KNXStart();
#endif // USE_KNX
}
reset_web_log_flag = 0;
WebServer->begin(); // Web server start