rtcvars
rtcvars copied to clipboard
This Arduino library eases the storage of variables in reset-safe RTC memory.
I have a question about how to save multiple variables. I need to save variables in certain parts of the code, right now first I declare all variables with `state.registerVar(...
Using the RTC_BASE of 28 interferes with the Arduino OTA update. The update process uses the 1st 128 bytes of RTC ([link](https://arduino-esp8266.readthedocs.io/en/latest/ota_updates/readme.html)) to signal to the bootloader details of the...
Shifted the offset to avoid the 128 bytes (32 4-byte slots). I put the offset at 33 and also made a correction to the calculation of RTC_MAX_SIZE since it treated...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...