Skip to content

Commit

Permalink
Merge pull request rdkcentral#5889 from apatel859/sprint/24Q4
Browse files Browse the repository at this point in the history
test fix for sharp FP issue
  • Loading branch information
apatel859 authored Nov 27, 2024
2 parents ce1f603 + 5a1fb5c commit ab38eb4
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 ab38eb4

Please sign in to comment.