I am using the ESP8266 Series 7 Module shown in the image below. Unfortunately I am having some trouble caused by the default pin state of GPIO12 during boot loader mode. It appears that in boot loader mode the state of GPIO12 is high impedance with a weak internal pullup (correct me if I’m wrong), the problem with this is having GPIO pin pulled high will enable a part of my circuit which interferes with the UART serial lines (RX and TX) causing the programming to fail.
Is there a way to set the pin state of GPIO12 during boot loader mode to set it to high impedance without pull ups?
Also does anyone have any information on all GPIO states in boot loader mode?