- I found some discrepency in the description of eFuse to disable the JTAG functionality on ESP32_WROOM.
- Where Espressif documentation call the fuse 'JTAG_DISABLE', it did not work for me, I had to enter 'DISABLE_JTAG'
- This is the batch file which works (provided you copy espefuse.exe in the same directory):
- espefuse.exe --chip esp32 --port COM10 --baud 115200 --debug burn_efuse DISABLE_JTAG 1