We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e67499 commit aac24e7Copy full SHA for aac24e7
README.md
@@ -110,7 +110,7 @@ The ButtonState::pressed status has been added.
110
For a long button press with automatic release enabled, the ButtonState::longPressed status is returned once
111
when the defined time for a long button press is reached and then the ButtonState::pressed status is returned
112
as long as the button is held down.
113
-Previously (version 1.1.5), ButtonState::nopressed was returned even if the button had not yet been released.
+Previously (version 1.1.5), ButtonState::notPressed was returned even if the button had not yet been released.
114
115
## Methods
116
0 commit comments