fix screen not rendering first frame

This commit is contained in:
melody 2025-08-18 10:35:35 +02:00
commit b598da78c0

View file

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