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
{{ message }}
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
same for me, I cannot compile on an ESP32 S3 because of missing file <pgmspace.h>
From what I've read writing specifically const in FLASH with PROGMEM is no longer required with ESP32, it is done by default.
Therefore can't we just get rid of the functions from the <pgmspace.h> library ?
Would be nice if it can be made compatible with esp-idf because I am running out of space with arduino framework:
The text was updated successfully, but these errors were encountered: