Browse Source

Fix comment in PWM config

v2
Xose Pérez 6 years ago
parent
commit
9078ff3404
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/general.h

+ 1
- 1
code/espurna/config/general.h View File

@ -784,7 +784,7 @@
#endif #endif
#if LIGHT_PROVIDER == LIGHT_PROVIDER_DIMMER #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
#endif // LIGHT_MAX_PWM #endif // LIGHT_MAX_PWM


Loading…
Cancel
Save