Merge branch 'main' into dev-v2.3

This commit is contained in:
Gunnar Skjold
2024-02-29 09:06:47 +01:00
3 changed files with 27 additions and 3 deletions

View File

@@ -1075,7 +1075,7 @@ void handleButton(unsigned long now) {
void errorBlink() {
if(lastError == 3)
lastError = 0;
lastErrorBlink = millis();
lastErrorBlink = millis64();
while(lastError < 3) {
switch(lastError++) {
case 0: