wow some of the info was oooold

blakadder 2019-04-08 01:03:19 +02:00
parent e8e9c01694
commit 473e971546
1 changed files with 3 additions and 9 deletions

@ -1,4 +1,4 @@
For first-time flashers, please follow the [Upload instructions](https://github.com/arendst/Sonoff-Tasmota/wiki/Upload) to initially flash the Sonoff-Tasmota firmware onto your Sonoff module.
For first-time flashers, please follow the [Upload instructions](Flashing) to initially flash the Sonoff-Tasmota firmware onto your Sonoff module.
## Upgrading via OTA
@ -22,15 +22,9 @@ There are a few ways to upgrade the firmware:
Build the firmware binary from source or download the latest build.
The latest build can be found in the [GitHub releases section](https://github.com/arendst/Sonoff-Tasmota/releases).
A secondary hosting of the files is provided by [@smadds](https://github.com/arendst/Sonoff-Tasmota/issues/19) because GitHub will only serve files over HTTPS, which is not supported by the Sonoff-Tasmota firmware.
A secondary host for OTA upgrades is provided on [thehackbox](http://thehackbox.org/tasmota/release/) because GitHub will only serve files over HTTPS, which is not supported by the Sonoff-Tasmota firmware.
A full list of available builds for the latest release can be found in [the releases section](https://github.com/arendst/Sonoff-Tasmota/releases). They are all provided in the format: `http://sonoff.maddox.co.uk/tasmota/BUILDNAME.bin`
Examples URLs:
* http://sonoff.maddox.co.uk/tasmota/sonoff.bin (standard build, English UI)
* http://sonoff.maddox.co.uk/tasmota/sonoff.ino.bin (identical, for backwards compatibility)
* http://sonoff.maddox.co.uk/tasmota/sonoff-minimal.bin (if the standard build is larger than your available flash space - and it's likely to be - you need to load this first)
A full list of available builds for the latest release can be found in [the releases section](https://github.com/arendst/Sonoff-Tasmota/releases).
**Bonus - Update Notification:** [@smadds](https://github.com/arendst/Sonoff-Tasmota/issues/19) also publishes the latest released version number to a publicly available MQTT server which may be subscribed to at `sonoff.maddox.co.uk:1883` with the topic `sonoff-version`. No authentication needed.