We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbd071 commit 5ed9257Copy full SHA for 5ed9257
code/espurna/web.ino
@@ -32,7 +32,7 @@ Copyright (C) 2016-2018 by Xose Pérez <xose dot perez at gmail dot com>
32
#endif
33
34
35
-#if SENSOR_SUPPORT == 0
+#if SENSOR_SUPPORT == 1
36
#ifndef WEBUI_MODULE
37
#define WEBUI_MODULE WEBUI_MODULE_SENSOR
38
#else
@@ -41,7 +41,7 @@ Copyright (C) 2016-2018 by Xose Pérez <xose dot perez at gmail dot com>
41
42
43
44
-#if defined(ITEAD_SONOFF_RFBRIDGE)
+#if ITEAD_SONOFF_RFBRIDGE == 1
45
46
#define WEBUI_MODULE WEBUI_MODULE_RFBRIDGE
47
0 commit comments