mirror of https://github.com/arendst/Tasmota.git
Updated Builds (markdown)
parent
dc29ebe0f1
commit
0cf922689c
13
Builds.md
13
Builds.md
|
@ -4,7 +4,18 @@ Many times one just needs to download a pre-compiled binary and perform the nece
|
|||
|
||||
The binary files available on [GitHub](https://github.com/arendst/Sonoff-Tasmota/releases) are for the current master release version only. These master release binaries are also available from the [OTA server](http://thehackbox.org/tasmota/release/). However, the latest development branch code binaries are only available from the [OTA server](http://thehackbox.org/tasmota/).
|
||||
|
||||
Features that are not available in any release build have to be enabled in source code and compiled yourself. If you opt to self-compile your own binary file(s), you must ensure that the appropriate feature `DEFINE` variable is defined in `user_config_override.h` in order for that code to be compiled into your binary.
|
||||
Features that are not available in any release build have to be enabled in source code and compiled yourself. If you opt to self-compile your own binary file(s), you must ensure that the appropriate feature `#define` variable is defined in `user_config_override.h` in order for that code to be compiled into your binary.
|
||||
|
||||
## Firmware Variants
|
||||
- **sonoff-minimal.bin** is a specialised build to subsequently allow OTA uploads. ***This version should NOT be used for initial installation!***
|
||||
- **sonoff-basic.bin** addresses a problem with some Sonoff Basics that lack sufficient electrical power (due to its poor design) to properly run the electronics. In this firmware variant, most sensors are disabled to minimize background tasks. This reduces the required CPU cycles in order to reduce power draw to allow the device to run reliably.
|
||||
>This is the pre-compiled Tasmota binary that comes bundled within the Tuya-Convert package when you install their OTA flashing tool. If you used Tuya-Convert to flash your device, it is strongly recommended to update to `sonoff.bin`. Otherwise some crucial features (e.g., energy monitoring, auto-discovery, etc.) will not work.
|
||||
- **sonoff-classic.bin** stripped down version but it allows initial installation using either [Wi-Fi Manager](Initial-Configuration#configure-wi-fi), [WPS](https://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup) or [ESP8266 SmartConfig](http://techiesms.com/iot-projects/now-no-need-enter-ssid-name-password-inside-code-esp8266-smart-config/).
|
||||
- **sonoff.bin** supports most features. **THIS IS THE RECOMMENDED BINARY**
|
||||
- **sonoff-BG.bin** to **sonoff-TW.bin** the same features as _sonoff.bin_ with localized language support. *(Note: sonoff-UK.bin is for the Ukrainian language)*
|
||||
- **sonoff-knx.bin** includes [KNX](KNX-Features) support but missing some additional features
|
||||
- **sonoff-sensors.bin** enables the same features as _sonoff.bin_ and includes support for additional sensors
|
||||
- **sonoff-display.bin** built for connecting displays but omits energy monitoring features
|
||||
|
||||
| Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors | display
|
||||
|-|:-:|:-:|:-:|:-:|:-:|:-:|:-:
|
||||
|
|
Loading…
Reference in New Issue