(Try again, forgot to push latest changes into develop branch)
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.
(Try again, forgot to push latest changes into develop branch)
AdjustableButtonConfig
intoButtonConfig
and deprecatedAdjustableButtonConfig
. 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.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.tests/auniter.ini
andJenkinsfile
for compatibility with AUniter v1.7. AddCapacitiveSensor
to the exclude list forenv:esp8266
andenv:esp32
because it doesn't compile under those environments.ACE_BUTTON_VERSION
because that I forgot that it means an octal number.