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 b3996e0 commit 0f2dcaeCopy full SHA for 0f2dcae
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