From 5a1fb5c6cc22e151dae345ec7d915ca6d2712b98 Mon Sep 17 00:00:00 2001 From: apatel859 Date: Fri, 22 Nov 2024 07:29:45 -0500 Subject: [PATCH] test fix for sharp FP issue Signed-off-by: apatel859 --- helpers/frontpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/frontpanel.cpp b/helpers/frontpanel.cpp index 75e602f139..4724e67e32 100644 --- a/helpers/frontpanel.cpp +++ b/helpers/frontpanel.cpp @@ -170,7 +170,7 @@ namespace WPEFramework { LOGWARN("Initializing light %s", fpIndicators.at(i).getName().c_str()); if (powerStatus) - device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness); + device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setBrightness(globalLedBrightness,false); device::FrontPanelIndicator::getInstance(fpIndicators.at(i).getName()).setState(false); }