diff --git a/src/hasp_gui.cpp b/src/hasp_gui.cpp index 2802c254..4435595d 100644 --- a/src/hasp_gui.cpp +++ b/src/hasp_gui.cpp @@ -653,7 +653,7 @@ void guiSetup() #if defined(ARDUINO_ARCH_ESP32) // pinMode(guiBacklightPin, OUTPUT); // configure LED PWM functionalitites - ledcSetup(BACKLIGHT_CHANNEL, 1000, 10); + ledcSetup(BACKLIGHT_CHANNEL, 20000, 10); // attach the channel to the GPIO to be controlled ledcAttachPin(guiBacklightPin, BACKLIGHT_CHANNEL); #else