This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Issue
#148
. Fix bug in conditional compilation check
fastled
Xose Pérez
7 years ago
parent
20681bcd04
commit
5e546d4cd6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/espurna.ino
+ 1
- 1
code/espurna/espurna.ino
View File
@ -102,7 +102,7 @@ void hardwareSetup() {
#
ifdef DEBUG_PORT
DEBUG_PORT
.
begin
(
SERIAL_BAUDRATE
)
;
#
endif
#
if SONOFF_DUAL
#
if
def
SONOFF_DUAL
Serial
.
begin
(
SERIAL_BAUDRATE
)
;
#
endif
#
if not EMBEDDED_WEB
Write
Preview
Loading…
Cancel
Save