From 3e045bfcf4eb63bd44465ee47425e550ad1965a2 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Thu, 20 Jan 2022 11:43:41 +0100 Subject: [PATCH] bugfix curve plotter display --- src/display.cpp | 3 --- src/ledmatrixdisplay.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/display.cpp b/src/display.cpp index fdf70904..07017bf8 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -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 diff --git a/src/ledmatrixdisplay.cpp b/src/ledmatrixdisplay.cpp index e6b1d070..25faf2fa 100644 --- a/src/ledmatrixdisplay.cpp +++ b/src/ledmatrixdisplay.cpp @@ -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) {