fix screen not rendering first frame
This commit is contained in:
parent
88af4acc0b
commit
b598da78c0
1 changed files with 1 additions and 1 deletions
2
main.ino
2
main.ino
|
@ -230,7 +230,7 @@ class DisplayConfig {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
unsigned long previousMillis = 0;
|
unsigned long previousMillis = -1000000000;
|
||||||
bool buttonPressedLastCycle = false;
|
bool buttonPressedLastCycle = false;
|
||||||
bool sht3xErrorLastCycle = false;
|
bool sht3xErrorLastCycle = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue