ESP32 Doesn't Compile · Issue #241 - GitHub

Skip to content Dismiss alert {{ message }} / arduino-device-lib Public
  • Notifications You must be signed in to change notification settings
  • Fork 97
  • Star 209
  • Code
  • Issues 16
  • Pull requests 3
  • Actions
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options ESP32 doesn't compile #241New issueNew issueClosedClosedESP32 doesn't compile#241Assignees johanstokkingLabelsbug@jstrobel

Description

@jstrobeljstrobelopened on Aug 9, 2018

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.

👍React with 👍4

Metadata

Metadata

Assignees

  • @johanstokkingjohanstokking

Labels

bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

Tag » Arduino Avr/pgmspace.h No Such File Or Directory