diff --git a/code/espurna/web.ino b/code/espurna/web.ino index 8e7855a7..08dabfab 100644 --- a/code/espurna/web.ino +++ b/code/espurna/web.ino @@ -21,7 +21,7 @@ Copyright (C) 2016-2018 by Xose PĂ©rez #include "static/index.light.html.gz.h" #elif SENSOR_SUPPORT #include "static/index.sensor.html.gz.h" -#elif ITEAD_SONOFF_RFBRIDGE +#elif defined(ITEAD_SONOFF_RFBRIDGE) #include "static/index.rfbridge.html.gz.h" #else #include "static/index.small.html.gz.h"