- Download https://github.com/espressif/esptool/archive/v3.0.zip
- Download https://github.com/pyserial/pyserial/archive/v3.4.zip
- Unzip them (if needed)
- go to ~/Library/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/
- Erase esptool and pyserial folders and replace with what you installed
- Rename those folders pyserial and esptool (erase the numbers and spaces)
7. Restart Arduino and you are good to go. The thing here is to be sure that you erased the version numbers and leave just "esptool" and "pyserial" names, if you don't Arduino will not recognise it and will still give errors.
Post a Comment