From 8e0eab7f63466254bd047139f5dafe747267b4a0 Mon Sep 17 00:00:00 2001 From: Laszlo Magyar <> Date: Thu, 12 Aug 2021 21:35:33 +0200 Subject: [PATCH] Typo in comment --- tasmota/tasmota.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota.h b/tasmota/tasmota.h index 433efd0da..5a475cc9d 100644 --- a/tasmota/tasmota.h +++ b/tasmota/tasmota.h @@ -136,7 +136,7 @@ const uint32_t PWM_RANGE = 1023; // 255..1023 needs to be devisible b //const uint16_t PWM_FREQ = 910; // 100..1000 Hz led refresh (iTead value) const uint16_t PWM_FREQ = 977; // 100..4000 Hz led refresh #ifdef ESP32 -const uint16_t PWM_MAX = 50000; // [PWM_MAX] Maximum frequency for ESP32 - Default: 4000 +const uint16_t PWM_MAX = 50000; // [PWM_MAX] Maximum frequency for ESP32 - Default: 50000 #else const uint16_t PWM_MAX = 4000; // [PWM_MAX] Maximum frequency - Default: 4000 #endif