forked from airgradienthq/arduino
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