Search found 2 matches

by hsic
18 Sep 2019, 22:46
Forum: ESP Easy: General Discussion
Topic: Save GPIO state on flash/eeprom
Replies: 4
Views: 10144

Re: Save GPIO state on flash/eeprom

grovkillen wrote: 16 Sep 2019, 06:01 Currently no but it's planned to have external EEPROM support.
For now i've solved with an UPS to avoid any power outage...
hope that this features (persistant relay mode in case of power outage) will be arrive soon as possible.

Thanks
by hsic
15 Sep 2019, 23:16
Forum: ESP Easy: General Discussion
Topic: Save GPIO state on flash/eeprom
Replies: 4
Views: 10144

Save GPIO state on flash/eeprom

Hello!
I use EspEasy mega-20180130, i would save the gpio state, ex. every minute, in an .txt file, when esp boot (if occur a power outage or reboot) must read this .txt file and set the GPIO variable according to the last save.

How i can do that?
thanks