This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
ESP32 RTC RAM #4
Unanswered
tshcherban
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No. Currently, RTC only designed and used for ESP8266. For ESP32, only flash-simulated-EEPROM, SPIFFS and LitttleFS are available. But LItttleFS or SPIFFS, with
If your ESP32 is badly designed to reboot every second, don't use either SPIFFS or LittleFS for anything. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we use rtc ram for esp32? To not wear spiffs on each reboot
Beta Was this translation helpful? Give feedback.
All reactions