Skip to content

Commit ce6b5bf

Browse files
committed
Fixed README.md
1 parent 7bd469b commit ce6b5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ and don't forget to clean the project after making such a change:
125125
#define EBUTTON_SUPPORT_SINGLE_AND_DOUBLE_CLICKS_DISABLED
126126
#define EBUTTON_SUPPORT_LONG_PRESS_START_DISABLED
127127
#define EBUTTON_SUPPORT_LONG_PRESS_DURING_DISABLED
128+
#define EBUTTON_SUPPORT_LONG_PRESS_END_DISABLED
128129
```
129130
> **NOTE:** If you disable `EBUTTON_SUPPORT_SINGLE_AND_DOUBLE_CLICKS`, then you can use the `DONE_CLICKING` event to process
130131
> single, double, and any other number of clicks. Just use `getClicks()` to get the final clicks count. You can then also disable

0 commit comments

Comments
 (0)