Merge pull request #146 from bdr99/tasmota-update

Upgrade Sonoff-Tasmota to v6.5.0
pull/147/head
Colin Kuebler 2019-03-22 16:15:32 -04:00 committed by GitHub
commit 8c336be801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ It will destroy your ability to undo and go back to the original firmware
BE SURE THE FIRMWARE FITS YOUR DEVICE!
1. Place or link your binary file to ./files/thirdparty.bin.
Currently a Sonoff-Tasmota [v6.4.1](https://github.com/arendst/Sonoff-Tasmota/releases/tag/v6.4.1) basic build is already included. It will open an WiFi access point named `sonoff-XXX`.
Currently a Sonoff-Tasmota [v6.5.0](https://github.com/arendst/Sonoff-Tasmota/releases/tag/v6.5.0) basic build is already included. It will open an WiFi access point named `sonoff-XXX`.
Binary requirements:
* full binary including first-stage bootloader

Binary file not shown.

View File

@ -95,7 +95,7 @@ echo "3. Flash a third party firmware to the device"
echo "BE SURE THE FIRMWARE FITS THE DEVICE AND USES THE CORRECT FLASH MODE!"
echo "MAXIMUM SIZE IS 512KB"
echo "put or link it to ./files/thirdparty.bin"
echo "A basic build of Sonoff-Tasmota v6.4.1 is already included in this repository."
echo "A basic build of Sonoff-Tasmota v6.5.0 is already included in this repository."
echo " # curl http://10.42.42.42/flash3"
echo "Alternatively let the device download and flash a file via HTTP:"
echo " # curl http://10.42.42.42/flashURL?url=http://10.42.42.1/files/thirdparty.bin"