v3.3.17
Bug fix for ESP8266 only
- literals were badly defined as
static constexpr const char*
instead ofstatic const char T_ANY[] PROGMEM
- Reverted previous fix for ESP8266 as the introduction of literals was not done in compliance with ESP8266 requirements to use flash strings (https://arduino-esp8266.readthedocs.io/en/latest/PROGMEM.html)
- Incorrect use of PROGMEM caused issue 132 by @mathieucarbou in #133
Full Changelog: v3.3.15...v3.3.17