From 9c8ae315a0139ffe714a2220e7c8cab907ba302a Mon Sep 17 00:00:00 2001 From: Phat Nguyen Date: Mon, 18 Mar 2024 08:45:16 +0700 Subject: [PATCH] fix: After factory reset LEDBar is off --- examples/ONE/ONE.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ONE/ONE.ino b/examples/ONE/ONE.ino index 1bc4d72..b81d724 100644 --- a/examples/ONE/ONE.ino +++ b/examples/ONE/ONE.ino @@ -162,7 +162,7 @@ public: config.inUSAQI = false; memset(config.models, 0, sizeof(config.models)); memset(config.mqttBrokers, 0, sizeof(config.mqttBrokers)); - config.useRGBLedBar = UseLedBarOff; + config.useRGBLedBar = UseLedBarCO2; saveConfig(); }