-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
Description
I am not sure if this is an error or there is a missconfiguration at my side.
I wanted to compile the Code for an Heltec-ESP32-Module and got the error:
/Arduino/libraries/TheThingsNetwork/src/TheThingsNetwork.h:9:26: fatal error: avr/pgmspace.h: No such file or directory
After changing in TheThingsNetwork.h from:
#include <avr/pgmspace.h>
to
#include <pgmspace.h>
it compiles.
fabiookina, stevenjoezhang, rossog93 and xlla