Skip to content

Commit ab38eb4

Browse files
authored
Merge pull request rdkcentral#5889 from apatel859/sprint/24Q4
test fix for sharp FP issue
2 parents ce1f603 + 5a1fb5c commit ab38eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/frontpanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ namespace WPEFramework
170170
{
171171
LOGWARN("Initializing light %s", fpIndicators.at(i).getName().c_str());
172172
if (powerStatus)
173-
device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness);
173+
device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness,false);
174174

175175
device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setState(false);
176176
}

0 commit comments

Comments
 (0)