I have a project running on the ESP8266 01, with both gpios being used as outputs.
My code works fine, *but* at switch on, both pins pulse high for about 300ms, before the code takes over and switches them off. This is completely unacceptable, as one of the gpios operates a solenoid to open a door, and wouldnt want that to happen every time there is a power on!
I have determined that no amount of changes to the code would help; wrote a simple script that just configures the pins as outputs, and keeps them low, just as a test. Even then, the pins do flash high for a few milliseconds.
Can anyone suggest a hardware solution to suppress this, short of using a 555 monoshot?
Regards.