What's Changed
- The new
setup(...)
function allows deferred initialisation. - The SimpleOneButton.ino includes a configuration for the Arduino Nano ESP32
- Supporting a new press event.
- using
bool
instead ofboolean
that is a deprecated type by Arduino. - changes in debouncing.
- standard Arduino style .clang formatting in changed files.
New Contributors
- @mattallen37 made their first contribution in #141
Full Changelog: 2.5.0...2.6.0