Skip to content

ESP32 doesn't compile #241

@jstrobel

Description

@jstrobel

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions