Release 1.6.1 - expose ButtonConfig virtual destructor to all architectures except AVR · bxparks/AceButton · GitHub
More Web Proxy on the site http://driver.im/
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.D
8000
ismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.6.1 (2020-09-27)
Expose the ButtonConfig virtual destructor for all architectures
except the AVR. In other words, instead of whitelisting only ESP8266 and
ESP32, we blacklist just the AVR chips. This will allow most
microcontrollers with sufficient memory to create AceButton objects on the
heap without triggering compiler warnings. Most AVR chips have limited
amount of flash and static memory, and pulling in the virtual destructor
causes the flash size of to increase by 600 bytes, which is too large.