We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
#include <Preferences.h>
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Your code includes the
#include <Preferences.h>
file but it's not in the repo: https://github.com/collin80/ESP32RET/blob/master/ESP32RET.ino#L31The text was updated successfully, but these errors were encountered: