fix: OK blink (#7)

Co-authored-by: Clement <c.boesmier@aptatio.com>
Reviewed-on: #7
This commit is contained in:
2023-11-17 19:36:01 +01:00
parent 92943ff3e9
commit 5e86674e68
2 changed files with 13 additions and 24 deletions

View File

@ -39,6 +39,8 @@ Program::Program() {
// Startup LEDs
this->ledLib = new LedLib(PIXEL_COUNT, PIXEL_PIN, 255);
this->ledLib->okBlink();
}
void Program::sendTime(String timeEnd){