In my project I have connected a relay to GPIO13. I set gpio13 to low when I initialize the gpio. however, since that pin has internal pull up, the relay briefly operates when esp8266 starts.
I asked this question before and someone suggested me to use gpio 4 or 5 since they don't have internal pull up. He was right and I could solve the issue. However now in my new project I need to work with gpio13 and I am looking for a way to disable the pull up resistor permanently.
I tried to use external pull down resistor ranging from 12ohm to 30k but none of them worked.
I would greatly appreciate if someone helps me