bugfix ledmatrixdisplay (missing break page flip)

This commit is contained in:
Verkehrsrot 2019-07-15 22:19:06 +02:00
parent 37c3faad8c
commit 1a4dba3b46

View File

@ -68,6 +68,7 @@ void refreshTheMatrixDisplay(bool nextPage) {
matrix.clear();
DrawNumber(String(ulLastNumMacs));
}
break;
case 1:
@ -79,6 +80,7 @@ void refreshTheMatrixDisplay(bool nextPage) {
second(t));
DrawNumber(String(buff));
}
break;
} // switch page