Skip to content

Commit

Permalink
test fix for sharp FP issue
Browse files Browse the repository at this point in the history
Signed-off-by: apatel859 <[email protected]>
  • Loading branch information
apatel859 committed Nov 23, 2024
1 parent 9c1b463 commit 5a1fb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/frontpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace WPEFramework
{
LOGWARN("Initializing light %s", fpIndicators.at(i).getName().c_str());
if (powerStatus)
device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness);
device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness,false);

device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setState(false);
}
Expand Down

0 comments on commit 5a1fb5c

Please sign in to comment.