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
ir: fix syntax issue
mcspr-patch-1
Maxim Prokhorov
4 years ago
committed by
Max Prokhorov
parent
3243dafb61
commit
1f5b22ebcf
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/ir.ino
+ 2
- 1
code/espurna/ir.ino
View File
@ -317,9 +317,10 @@ void _irProcess(unsigned char type, unsigned long code) {
case
IR_BUTTON_ACTION_HSV
:
lightColor
(
button_value
)
;
break
;
}
*/
}
#
endif
// LIGHT_PROVIDER != LIGHT_PROVIDER_NONE
found
=
true
;
Write
Preview
Loading…
Cancel
Save