Why I want to know: I'm driving a relay off one of the IO pins and I'd like to design a circuit with a holding cap that can store the last state of the pin for at least the 100ms or so that the ESP takes to boot to my start() function, so I can read it and not cycle the relay in case of a crash and reset. I want to do this without writing the EEPROM to avoid thousands of cycles wearing it out. Any help is greatly appreciated!
Thanks