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