mirror of https://github.com/arendst/Tasmota.git
Updated Sonoff DIY (markdown)
parent
c72cc65a31
commit
06a8652bd2
|
@ -45,8 +45,8 @@ As Sonoff DIY is enabled by connecting GPIO16 to GND it may well be possible tha
|
|||
This procedure is recommended for MacOS, but also works for Linux.
|
||||
### Requirements
|
||||
- eWelink firmware updated to at least 3.1
|
||||
- OS with `curl` and `mDNS` discovery tool
|
||||
- `sonoffDiy` SSID on your local network
|
||||
- OS with `curl` and `mDNS` (MacOS)/`avahi-browse` (Linux) discovery tool
|
||||
- `sonoffDiy` SSID on your local network. Use a router/access point or configure your laptop/smartphone as hotspot with the proper SSID and password.
|
||||
- A Tasmota binary (e.g., [`sonoff-basic.bin`](http://thehackbox.org/tasmota/020300/sonoff-basic.bin)) or your own self-compiled binary. It must fit in the available free program space. You can use the 2.3.0 Core for this initial flash since it has the smallest program memory footprint. _**Do NOT use the sonoff-minimal pre-compiled binary**_ as it does not allow you to change any settings.
|
||||
>You may wish to [compile your own firmware](https://github.com/arendst/Sonoff-Tasmota/wiki/Compiling-Tasmota-on-Gitpod) with all the features you require and disabling the features you do not. This will usually result in a "full" binary that is under 500k. You can use the resulting firmware file instead of the pre-compiled `sonoff-basic.bin`. This way you will not have to perform the secondary OTA firmware update. _**Nevertheless, it is still recommended that you perform a `Reset 5` immediately after the Sonoff DIY flash completes.**_
|
||||
- SHA256 sum of firmware binary file
|
||||
|
|
Loading…
Reference in New Issue