1
0
mirror of https://github.com/revspace/operame synced 2024-12-04 21:57:30 +00:00

Whitespace

This commit is contained in:
Juerd Waalboer 2020-12-22 05:12:08 +01:00
parent c3671a07ad
commit 8a3efb3061

View File

@ -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