collin80 / ESP32RET

CAN Reverse engineering tool for ESP32 based boards (specifically EVTV ESP32Due)
MIT License
178 stars 52 forks source link

Are you missing the Preferences.h file? #9

Open poldim opened 2 years ago

poldim commented 2 years ago

Your code includes the #include <Preferences.h> file but it's not in the repo: https://github.com/collin80/ESP32RET/blob/master/ESP32RET.ino#L31

Landennelson06 commented 1 year ago

Preferences.h is a library for the ESP32 to save and load from EEPROM, from the arduino-ESP32 repo https://github.com/espressif/arduino-esp32/tree/master/libraries/Preferences