bugfix curve plotter display

This commit is contained in:
cyberman54 2022-01-20 11:43:41 +01:00
parent b2c89b3e1a
commit 3e045bfcf4
2 changed files with 0 additions and 6 deletions

View File

@ -174,9 +174,6 @@ void dp_init(bool verbose) {
void dp_refresh(bool nextPage) {
// update counter values from libpax
libpax_counter_count(&count_from_libpax);
#ifndef HAS_BUTTON
static uint32_t framecounter = 0;
#endif

View File

@ -75,9 +75,6 @@ void refreshTheMatrixDisplay(bool nextPage) {
case 0:
// update counter values from libpax
libpax_counter_count(&count_from_libpax);
if (cfg.countermode == 1) {
// cumulative counter mode -> display total number of pax
if (ulLastNumMacs != count_from_libpax.pax) {