diff --git a/README.md b/README.md index 425c6bfcc..4956c3287 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,9 @@ Note there are some noticeable different to be aware of in version 2: - `esptool`, install using the command `pip install esptool` - and for OTA updates later, `espota` from https://github.com/esp8266/Arduino/blob/master/tools/espota.py using `python espota.py --debug --progress --port 8266 --auth ems-esp-neo -i ems-esp.local -f ` -- Grab the latest firmware binary from https://github.com/proddy/EMS-ESP/releases/tag/travis-v2-build -- Uploading directly via USB. +- Grab the latest firmware binary from https://github.com/proddy/EMS-ESP/releases + +- Uploading directly via USB... For ESP8266: `esptool.py -p -b 921600 write_flash 0x00000 ` note: if this fails try a lower speed like `115200` instead of `921600`.