Search found 1 match

by Chindasv
Tue Aug 11, 2020 6:45 pm
Forum: ESP32 Arduino
Topic: Configure GPIO 4 low during Boot
Replies: 3
Views: 4849

Configure GPIO 4 low during Boot

HI there is any chance I can configure ESP32 to have GPIO_04 to be low during boot? It takes 5 msec to get into my Setup:
pinMode(4, OUTPUT);
digitalWrite(4, 0);
And causes a blink in my aplication.
Thanks