mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 17:52:08 +02:00
Ignore call to LED Bar in OpenAir
This commit is contained in:
@ -1946,7 +1946,9 @@ static void configUpdateHandle() {
|
||||
}
|
||||
|
||||
// Update LED bar
|
||||
ag->ledBar.setEnable(localConfig.getLedBarMode() != UseLedBarOff);
|
||||
if (isOneIndoor()) {
|
||||
ag->ledBar.setEnable(localConfig.getLedBarMode() != UseLedBarOff);
|
||||
}
|
||||
|
||||
if (localConfig.getCO2CalirationAbcDays() > 0) {
|
||||
if (hasSensorS8) {
|
||||
|
Reference in New Issue
Block a user