diff --git a/src/Program.cpp b/src/Program.cpp index ea8cd16..102fdb1 100644 --- a/src/Program.cpp +++ b/src/Program.cpp @@ -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){