mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 07:24:20 +01:00
- provide a generic way to read default status of the pin after boot allows us to use switch as both on and off, independent of the position on boot - add BUTTON_DEFAULT_LOW & BUTTON_DEFAULT_BOOT (now it's not just BUTTON_DEFAULT_HIGH) wiki described raw numbers for some reason :/ this will break that - clean-up 'constexpr const' and 'const' function args, both are redundant - clean-up debounce event member defaults, put things in the header