mirror of
https://github.com/revspace/operame
synced 2024-12-04 21:57:30 +00:00
Whitespace
This commit is contained in:
parent
c3671a07ad
commit
8a3efb3061
@ -349,8 +349,7 @@ void loop() {
|
|||||||
[] {
|
[] {
|
||||||
if (co2 < 0) {
|
if (co2 < 0) {
|
||||||
display_big("sensorfout", TFT_RED);
|
display_big("sensorfout", TFT_RED);
|
||||||
}
|
} else if (co2 == 0) {
|
||||||
else if (co2 == 0) {
|
|
||||||
display_big("wacht...");
|
display_big("wacht...");
|
||||||
} else {
|
} else {
|
||||||
// some MH-Z19's go to 10000 but the display has space for 4 digits
|
// some MH-Z19's go to 10000 but the display has space for 4 digits
|
||||||
|
Loading…
Reference in New Issue
Block a user