commit
8c336be801
|
@ -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.
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue