mirror of https://github.com/arendst/Tasmota.git
Update webserver.ino
This commit is contained in:
parent
7fcd875c77
commit
3fbed378ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue