Browse Source

Fix stupid bug (#981)

rfm69
Xose Pérez 6 years ago
parent
commit
5ed92570fa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      code/espurna/web.ino

+ 2
- 2
code/espurna/web.ino View File

@ -32,7 +32,7 @@ Copyright (C) 2016-2018 by Xose Pérez <xose dot perez at gmail dot com>
#endif
#endif
#if SENSOR_SUPPORT == 0
#if SENSOR_SUPPORT == 1
#ifndef WEBUI_MODULE
#define WEBUI_MODULE WEBUI_MODULE_SENSOR
#else
@ -41,7 +41,7 @@ Copyright (C) 2016-2018 by Xose Pérez <xose dot perez at gmail dot com>
#endif
#endif
#if defined(ITEAD_SONOFF_RFBRIDGE)
#if ITEAD_SONOFF_RFBRIDGE == 1
#ifndef WEBUI_MODULE
#define WEBUI_MODULE WEBUI_MODULE_RFBRIDGE
#else


Loading…
Cancel
Save