From 4f9d18eab10785e9aae72e2fc451608b7b71d9d9 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sun, 8 Apr 2018 20:17:08 -0300 Subject: [PATCH] Update webserver.ino --- sonoff/webserver.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sonoff/webserver.ino b/sonoff/webserver.ino index 926e1bb67..183decd71 100644 --- a/sonoff/webserver.ino +++ b/sonoff/webserver.ino @@ -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();