From 9078ff34043c49c658fc4db010bbaae87962011d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 23 Jul 2018 10:27:30 +0200 Subject: [PATCH] Fix comment in PWM config --- code/espurna/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 950d33d7..8bd98b62 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -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