I’m developing with WiFi LoRa 32 V2 right now.
I have to flash several at the same time, but flashing them as arduino sketches one by one is slow
and I have to open the source. I searched and found xloader, esp32-Flash Download tools, etc., but
xloader doesn’t seem to support esp32. esp32-Flash Download tools should compile with esp-idf. I want
to flash the hex and bin files compiled by the Arduino IDE.
Are there any other binary flash tools?