Make KNX WEB MENU Optional

This commit is contained in:
Adrian Scillato 2018-07-22 23:16:46 -03:00 committed by GitHub
parent 9c5d3f501d
commit 552ac7d545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -716,6 +716,7 @@ void KnxSensor(byte sensor_type, float value)
\*********************************************************************************************/
#ifdef USE_WEBSERVER
#ifdef USE_KNX_WEB_MENU
const char S_CONFIGURE_KNX[] PROGMEM = D_CONFIGURE_KNX;
const char HTTP_FORM_KNX[] PROGMEM =
@ -1020,6 +1021,7 @@ void KNX_Save_Settings()
}
}
#endif // USE_KNX_WEB_MENU
#endif // USE_WEBSERVER