8000 Release 1.6.1 - expose ButtonConfig virtual destructor to all architectures except AVR · bxparks/AceButton · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.6.1 - expose ButtonConfig virtual destructor to all architectures except AVR

Compare
Choose a tag to compare
@bxparks bxparks released this 28 Sep 02:55
· 159 commits to master since this release
34e04b9
  • 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.
0