From 1dc499e3ce135c8776a2554ebf804a112c9d7e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 25 Jun 2018 00:11:02 +0200 Subject: [PATCH] Fix (again) webui image inclusion clauses (#981) --- 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 60b829be..ed302a60 100644 --- a/code/espurna/web.ino +++ b/code/espurna/web.ino @@ -41,7 +41,7 @@ Copyright (C) 2016-2018 by Xose PĂ©rez #endif #endif -#if ITEAD_SONOFF_RFBRIDGE == 1 +#if defined(ITEAD_SONOFF_RFBRIDGE) #ifndef WEBUI_MODULE #define WEBUI_MODULE WEBUI_MODULE_RFBRIDGE #else