Update webserver.ino

This commit is contained in:
Adrian Scillato 2018-04-07 01:02:36 -03:00 committed by GitHub
parent 2983334728
commit 663994148a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,6 +360,9 @@ void StartWebserver(int type, IPAddress ipweb)
WebServer->on("/dm", HandleDomoticzConfiguration);
#endif // USE_DOMOTICZ
}
#ifdef USE_KNX
WebServer->on("/kn", HandleKNXConfiguration);
#endif // USE_KNX
WebServer->on("/lg", HandleLoggingConfiguration);
WebServer->on("/co", HandleOtherConfiguration);
WebServer->on("/dl", HandleBackupConfiguration);