fix: OK blink #7

Merged
Clement merged 2 commits from fix/OKblink into master 2023-11-17 18:36:02 +00:00
Showing only changes of commit 21d139465d - Show all commits

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){