Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
GyverLibs committed Aug 27, 2024
1 parent 948c125 commit fe7a166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EncButton
version=3.6.0
version=3.6.1
author=AlexGyver <[email protected]>
maintainer=AlexGyver <[email protected]>
sentence=Light and powerful library for button and encoder operation for Arduino
Expand Down
2 changes: 2 additions & 0 deletions src/core/VirtButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,10 @@ class VirtButton {
// вызвать обработчик
void call() {
if (action()) {
#ifndef EB_NO_CALLBACK
if (cb) cb();
if (cbt) cbt(this);
#endif
}
}

Expand Down

0 comments on commit fe7a166

Please sign in to comment.