fix: OK blink (#7)
Co-authored-by: Clement <c.boesmier@aptatio.com> Reviewed-on: #7
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user