You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.3.1 (2018-09-30)
Fix botched release on GitHub. Same as v1.3.
1.3 (2018-09-30)
Merge AdjustableButtonConfig into ButtonConfig and deprecated AdjustableButtonConfig. See Issue #13 for
benchmarks which show that the theoretical increase of static RAM
consumption does not often happen in practice because of compiler
optimization.
Reduce default value of getDebounceDelay() from 50 ms to 20 ms
to improve perceived responsiveness of buttons when they are rapidly
pressed on and off. See Issue #14
for details.
Update tests/auniter.ini and Jenkinsfile for compatibility with
AUniter v1.7. Add CapacitiveSensor to the exclude list for env:esp8266 and env:esp32 because it doesn't compile under those
environments.
Remove leading zero in ACE_BUTTON_VERSION because that I forgot that it
means an octal number.