nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.62k stars 3.12k forks source link

Ported the rtcmem over to ESP32 #3544

Closed pjsg closed 1 year ago

pjsg commented 1 year ago

Fixes #3543.

This is a pretty simple port of the existing code. The only difference is that the ESP32 memory is memory mapped.