But I was amazed by Esptool 2.1 which I can upload compiled binaries with baud up to 3000000
and it works great.
It was super useful to flash quickly 12 ESP-01 units those days for an installation. http://dmtr.org/estilhaco/
esptool.py --baud 3000000 --port /dev/cu.usbserial-12345678 write_flash --flash_mode dio --flash_size detect 0x0 /Volumes/ofw/TEENSYATUAL/ESP/ESPSerial/ESPSerial.ino.generic.bin
I'm using the classic red FTDI adapter and a custom adapter.
It would be great to be able to use a faster upload in IDE.
Thank you