From a686bc269a58706ccd262861777e3477ca564ba2 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 30 Aug 2020 10:01:39 +0200 Subject: [PATCH] Update README.md fix firmware URL --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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`.