diff --git a/software/main/src/helper.cpp b/software/main/src/helper.cpp index 3dd36c8..4133f5f 100644 --- a/software/main/src/helper.cpp +++ b/software/main/src/helper.cpp @@ -41,4 +41,6 @@ void MultiPurposeButton::tick(bool current) { counter = 0; acted = false; } + + previous = current; }