This commit is contained in:
richonguzman 2024-05-13 20:29:08 -04:00
parent bee09386e1
commit 2e4ee4792e
3 changed files with 37 additions and 0 deletions

View file

@ -227,6 +227,7 @@ void loop() {
}
STATION_Utils::processOutputPacketBuffer();
STATION_Utils::clean25SegBuffer();
show_display(firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, seventhLine, 0);
}