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
Write back relay bit mask if RELAY_MODE_TOOGLE
fastled
Xose Pérez
7 years ago
parent
53516f892f
commit
9fa301e5be
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
code/espurna/relay.ino
+ 2
- 1
code/espurna/relay.ino
View File
@ -221,7 +221,8 @@ void relayRetrieve(bool invert) {
bit
+
=
bit
;
}
if
(
invert
)
{
relaySave
(
)
;
EEPROM
.
write
(
0
,
mask
)
;
EEPROM
.
commit
(
)
;
}
recursive
=
false
;
}
Write
Preview
Loading…
Cancel
Save