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
Fix BNSZ01 build flag
fastled
Xose Pérez
7 years ago
parent
65c4164b79
commit
a46fbf8908
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/hardware.ino
+ 1
- 1
code/espurna/hardware.ino
View File
@ -284,7 +284,7 @@ void hwUpwardsCompatibility() {
setSetting
(
"
chLogic
"
,
5
,
0
)
;
setSetting
(
"
relays
"
,
1
)
;
#
elif defined(ITEAD_BN
_
SZ01)
#
elif defined(ITEAD_BNSZ01)
setSetting
(
"
board
"
,
25
)
;
setSetting
(
"
relayProvider
"
,
RELAY_PROVIDER_LIGHT
)
;
Write
Preview
Loading…
Cancel
Save