Skip to content

1.10.1 - fix conflict with ArduinoCore-API boards

Latest
Compare
Choose a tag to compare
@bxparks bxparks released this 25 May 16:51
333a2be
  • 1.10.1 (2023-05-25)
    • Remove unnecessary declaration of __FlashStringHelper in AceButton.h.
      • Breaks boards using the ArduinoCore-API, which moved the
        __FlashStringHelper to the arduino:: namespace, while polluting
        the global namespace anyway with a using arduino::__FlashStringHelper shim in an attempt to provide backwards
        compatibility, which doesn't always work.
      • See Issue#120.