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 comment in PWM config
v2
Xose Pérez
6 years ago
parent
a1e25515a7
commit
9078ff3404
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
@ -784,7 +784,7 @@
#
endif
#
if LIGHT_PROVIDER == LIGHT_PROVIDER_DIMMER
#
define LIGHT_MAX_PWM 10000
/
/
5000 * 200ns => 1
kHz
#
define LIGHT_MAX_PWM 10000
/
/
10000 * 200ns => 2
kHz
#
endif
#
endif
/
/
LIGHT_MAX_PWM
Write
Preview
Loading…
Cancel
Save