add beaconScanner

This commit is contained in:
Stephan Mühl
2023-04-03 12:13:11 +02:00
parent a4f14a58c1
commit 6deaadeb62
15 changed files with 401 additions and 46 deletions

View File

@@ -220,7 +220,7 @@ void MatrixDisplayUi::tick()
if (this->AppCount > 0)
this->drawApp();
this->drawOverlays();
this->matrix->show();
//this->matrix->show();
}
void MatrixDisplayUi::drawApp()