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
Added in relayToggle() as well
rules-rpn
Niek van der Maas
5 years ago
parent
a072ada7ae
commit
88135a67b3
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/relay.ino
+ 1
- 1
code/espurna/relay.ino
View File
@ -436,7 +436,7 @@ void relayToggle(unsigned char id, bool report, bool group_report) {
}
void
relayToggle
(
unsigned
char
id
)
{
relayToggle
(
id
,
true
,
true
)
;
relayToggle
(
id
,
RELAY_REPORT_STATUS
,
true
)
;
}
unsigned
char
relayCount
(
)
{
Write
Preview
Loading…
Cancel
Save