bugfix auto page flip

This commit is contained in:
Verkehrsrot 2020-01-20 11:45:11 +01:00
parent f960627910
commit 18eb82e96c

View File

@ -151,7 +151,9 @@ void init_display(bool verbose) {
void refreshTheDisplay(bool nextPage) {
#ifndef HAS_BUTTON
static uint32_t framecounter = 0;
#endif
// update histogram
oledPlotCurve(macs.size(), false);