Skip to content

Commit

Permalink
Issue #148. Fix bug in conditional compilation check
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed May 31, 2017
1 parent 20681bc commit 5e546d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/espurna.ino
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void hardwareSetup() {
#ifdef DEBUG_PORT
DEBUG_PORT.begin(SERIAL_BAUDRATE);
#endif
#if SONOFF_DUAL
#ifdef SONOFF_DUAL
Serial.begin(SERIAL_BAUDRATE);
#endif
#if not EMBEDDED_WEB
Expand Down

0 comments on commit 5e546d4

Please sign in to comment.