Skip to content

Commit

Permalink
Fix stupid bug (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Jun 23, 2018
1 parent cfbd071 commit 5ed9257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/espurna/web.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5ed9257

Please sign in to comment.