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 LIGHT_MAX_PWM for MY9291 devices
fastled
Xose Pérez
7 years ago
parent
1f0961eae2
commit
442c96e898
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/config/general.h
+ 1
- 1
code/espurna/config/general.h
View File
@ -500,7 +500,7 @@ PROGMEM const char* const custom_reset_string[] = {
#
ifndef LIGHT_MAX_PWM
#
if LIGHT_PROVIDER == LIGHT_PROVIDER_MY9192
#
define LIGHT_MAX_PWM 25
6
#
define LIGHT_MAX_PWM 25
5
#
endif
#
if LIGHT_PROVIDER == LIGHT_PROVIDER_DIMMER
Write
Preview
Loading…
Cancel
Save