References:
Serprog project: https://github.com/thisiseth/esp32-serprog
ESP32 GPIO documentation: https://espeasy.readthedocs.io/en/lates ... /GPIO.html
According to the GPIO documentation:
I should mention that I'm not a programmer, nor am I particularly adept with electronics. However, I can handle software installations from GitHub and have some soldering experience. If it's possible, I'd appreciate guidance on how to do it.GPIO-12, when driven high, sets the flash voltage (VDD_SDIO) to 1.8V instead of the default 3.3V. It has an internal pull-down, so if left unconnected, it defaults to low (3.3V). This pin's high state may interfere with flashing or booting if a 3.3V flash is used, causing a flash brownout. Refer to the ESP32 datasheet for more details.
GPIO-15, when driven low, silences boot messages.