- 1.10.1 (2023-05-25)
- Remove unnecessary declaration of
__FlashStringHelper
inAceButton.h
.- Breaks boards using the ArduinoCore-API, which moved the
__FlashStringHelper
to thearduino::
namespace, while polluting
the global namespace anyway with ausing arduino::__FlashStringHelper
shim in an attempt to provide backwards
compatibility, which doesn't always work. - See Issue#120.
- Breaks boards using the ArduinoCore-API, which moved the
- Remove unnecessary declaration of