Is there a way to access NodeMCU's EEPROM using Lua?
I would like to store data to the EEPROM on NodeMCU but I cannot find any libraries to do so in Lua.
Is there a way to access NodeMCU's EEPROM using Lua?
I would like to store data to the EEPROM on NodeMCU but I cannot find any libraries to do so in Lua.
You have the Flash memory accessible through the normal File interface and the NVram on the RTC chip accessible through the RTC User Memory Module.