mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
cleanup
This commit is contained in:
parent
2f7aa6d9a1
commit
ce87156a43
3 changed files with 3 additions and 6 deletions
|
|
@ -97,6 +97,7 @@ void Button::handleStateChange() {
|
|||
} else {
|
||||
// Long press already handled in update()
|
||||
_state = IDLE;
|
||||
_clickCount = 0; // Reset click count after long press
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue