aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/gwled/gwled.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gwled/gwled.inc b/config/gwled/gwled.inc
index 3fff4c72..7bb25147 100644
--- a/config/gwled/gwled.inc
+++ b/config/gwled/gwled.inc
@@ -8,6 +8,7 @@ function gwled_running () {
function sync_package_gwled() {
global $config;
$gwled_config = $config['installedpackages']['gwled']['config'][0];
+ led_normalize();
/* kill all instances of gwled */
if(gwled_running()) {
gwled_stop();