Skip to content

Commit 5a1fb5c

Browse files
committed
test fix for sharp FP issue
Signed-off-by: apatel859 <[email protected]>
1 parent 9c1b463 commit 5a1fb5c

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)