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.Dismiss alert
compiles on all supported processors and architectures except ESP32. It is probably related to location of this file within the esp32 toolchain. The toolchain for all other processors and architectures (avr, arm, Intel and even esp8266) provide this file under path .../packages/.../avr/pgmspace.h, but esp32 toolchain provides it under path .../packages/esp32/hardware/esp32/1.0.6/cores/esp32/pgmspace.h which prevents compiling otherwise compatible sketches and libraries.