From 5e546d4cd6e8f756ee7e7d06b8fd8fece213a068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 31 May 2017 22:55:27 +0200 Subject: [PATCH] Issue #148. Fix bug in conditional compilation check --- code/espurna/espurna.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/espurna.ino b/code/espurna/espurna.ino index e8bc0341..f9960563 100644 --- a/code/espurna/espurna.ino +++ b/code/espurna/espurna.ino @@ -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