mirror of https://github.com/arendst/Tasmota.git
Update webserver.ino
This commit is contained in:
parent
6cf669ffce
commit
4f9d18eab1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue