More v2.2

This commit is contained in:
Gunnar Skjold
2022-11-29 20:20:56 +01:00
parent 2dcc874592
commit 02ae3fc7f5
11 changed files with 145 additions and 62 deletions

View File

@@ -373,7 +373,7 @@ bool HwTools::ledBlink(uint8_t color, uint8_t blink) {
if(!ledOn(color)) return false;
delay(75);
ledOff(color);
delay(75);
if(i != blink) delay(75);
}
return true;
}