fix typo pointed by Wolfieee

This commit is contained in:
openshwprojects
2024-05-06 08:34:51 +02:00
committed by GitHub
parent 726cf19146
commit 19345af307

View File

@ -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;