forked from github/ebk_co2ampel
rot und blau waren vertauscht... :-p
This commit is contained in:
parent
85074e8aed
commit
e9a4729c62
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ void set_led_color(int co2) {
|
||||||
} else if (co2 < YELLOW_CO2) {
|
} else if (co2 < YELLOW_CO2) {
|
||||||
pixels.fill(pixels.Color(40,40,0)); // Gelb
|
pixels.fill(pixels.Color(40,40,0)); // Gelb
|
||||||
} else {
|
} else {
|
||||||
pixels.fill(pixels.Color(0,0,90)); // Rot
|
pixels.fill(pixels.Color(90,0,0)); // Rot
|
||||||
}
|
}
|
||||||
pixels.show();
|
pixels.show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue