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.
2 parents ce1f603 + 5a1fb5c commit ab38eb4Copy full SHA for ab38eb4
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