From c52df1d1021b670fd2374688fc95e8d82955e0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sat, 23 Jun 2018 13:00:05 +0200 Subject: [PATCH] Fix webUI image include for RFBridge --- code/espurna/web.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"