1 (edited by angel.rm.93 2020-10-01 23:38:20)

Topic: Save Last Pin State if The ESP8266 lose power or reboots

So, if the esp8266 loss power, the pin gets back to the default state not to the last state. How can we save the last status of the pin (HIGH or LOW) so when it reboots or loss power the ESP8266 gets back to the last state saved. Normally you can do it by saving it on the EEPROM but i can't make it work here, hope some one knows.

2

Re: Save Last Pin State if The ESP8266 lose power or reboots

refer https://randomnerdtutorials.com/arduino … led-state/

RJC