Notifications
Clear all

ESP32: Error include DigitLedDisplay.h

1 Posts
1 Users
0 Likes
803 Views
Nemo
 Nemo
(@nemo)
Member
Joined: 3 years ago
Posts: 6
Topic starter  

I’m working on the RallyComp app, which I wrote about in the XIAO section...

The RallyComp application, which normally runs on the Arduino Nano and XIAO, includes a few files:

include "WiFi.h", include <Wire.h>, include <Arduino.h>, include <EEPROM.h>,  include <DigitLedDisplay.h>,  include <TM1637Display.h>.

When I use ESP32 instead of Arduino nano or XIAO, during compiling the error occurs: C: \ Users \ PK \ Documents \ Arduino \ libraries \ DigitLedDisplay \ src / DigitLedDisplay.h: 4: 26: fatal error: avr / pgmspace.h: No such file or directory compilation terminated. exit status 1:

Error compiling for board ESP32 Dev Module.

Let me point out once again that the app loads normally on the Arduino Nano.  

If I exclude the DigitLedDisplay.h and TM1637Display.h files, the app loads on ESP32 without any problem. Maybe someone has suggestion how to solve the problem.

Thank you!

This topic was modified 3 years ago 2 times by Nemo

   
Quote