-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Description
Hi GitHub Arduino community,
Since a few weeks I have an issue with the arduino development environment. I am using an ePaper library which is provided by the manufacturer. This library worked fine till a few weeks ago. From this point I got an error message. But the point is that i didn't change anything in the library or in the source code. I am using the same compiler and the same settings. I also reinstalled everything but i got the same issue.
The issue says that the attribute which has to be saved in the PROGMEM (internal memory of the board) will be ignored. But because of the ignoring of the attribute, my code does not work anymore.
Maybe it depends on an Arduino Update which causes that the attribute will be ignored?
Do you have an idea about this?
In the attachment you can find the screenshot of the error message and the library which is used (provided by the manufacturer).
Thanks a lot in advance for your help.:)