We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1b463 commit 5a1fb5cCopy full SHA for 5a1fb5c
helpers/frontpanel.cpp
@@ -170,7 +170,7 @@ namespace WPEFramework
170
{
171
LOGWARN("Initializing light %s", fpIndicators.at(i).getName().c_str());
172
if (powerStatus)
173
- device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness);
+ device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness,false);
174
175
device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setState(false);
176
}
0 commit comments