You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are correct, EEPROM.h is not functional. When I committed that version, I made the smallest change possible to allow some of my programs compile. But if you actually try to use it, you get error messages as you saw.
However, you are in luck, because by sheer coincidence, I just checked in (like 5 minutes ago), 2 working implementations of EEPROM: one for AVR processors, and one for ESP8266/ESP32 processors. Please grab the latest version from the develop branch, and read the instructions at:
I cant compile EEPROM.h on my laptop because the are used avr functions:
Is that correct?
I am using Platformio, not makefile, but I think it is not correct.
The text was updated successfully, but these errors were encountered: