mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-08 17:45:37 +00:00
fix typo pointed by Wolfieee
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user