8000 Release 1.3.1 - deprecate AdjustableButtonConfig and merge into ButtonConfig · bxparks/AceButton · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.3.1 - deprecate AdjustableButtonConfig and merge into ButtonConfig

Compare
Choose a tag to compare
@bxparks bxparks released this 30 Sep 19:54
· 336 commits to master since this release
69129a4
  • 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.
0