diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index d0e052b0d..920f9867d 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -171,7 +171,7 @@ int http_fn_index(http_request_t* request) { bForceShowRGB = CFG_HasFlag(OBK_FLAG_LED_FORCE_MODE_RGB); // user override is always stronger, so if no override set - if (bForceShowRGB == false && bForceShowRGB == false) { + if (bForceShowRGB == false && bForceShowRGBCW == false) { #ifndef OBK_DISABLE_ALL_DRIVERS if (DRV_IsRunning("SM16703P")) { bForceShowRGB = true;