Skip to content

Commit

Permalink
Fix (again) webui image inclusion clauses (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Jun 24, 2018
1 parent c19cd16 commit 1dc499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/web.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Copyright (C) 2016-2018 by Xose Pérez <xose dot perez at gmail dot com>
#endif
#endif

#if ITEAD_SONOFF_RFBRIDGE == 1
#if defined(ITEAD_SONOFF_RFBRIDGE)
#ifndef WEBUI_MODULE
#define WEBUI_MODULE WEBUI_MODULE_RFBRIDGE
#else
Expand Down

0 comments on commit 1dc499e

Please sign in to comment.