Update webserver.ino

This commit is contained in:
Adrian Scillato 2018-04-08 20:17:08 -03:00 committed by GitHub
parent 6cf669ffce
commit 4f9d18eab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1123,11 +1123,6 @@ void HandleSaveSettings()
break;
#endif // USE_TIMERS_WEB
#endif // USE_TIMERS
#ifdef USE_KNX
case 8:
KNX_Save_Settings();
break;
#endif // USE_KNX
#ifdef USE_DOMOTICZ
case 4:
DomoticzSaveSettings();