Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Does not work with esp-idf #14

Open
digaus opened this issue Dec 27, 2023 · 3 comments
Open

Does not work with esp-idf #14

digaus opened this issue Dec 27, 2023 · 3 comments

Comments

@digaus
Copy link

digaus commented Dec 27, 2023

Would be nice if it can be made compatible with esp-idf because I am running out of space with arduino framework:

 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/esphome-eqiva-fingerprint/src/esphome/components/bthome_base/bthome_base_common.o] Error 1
@Bascht74
Copy link

I would like to see the same :)

@t0urista
Copy link

t0urista commented Oct 7, 2024

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 ?

@t0urista
Copy link

adpated to make it compatible with ESP-idf framework :
see #20

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants