Skip to content

Sonoff-Tasmota

Compare
Choose a tag to compare
@arendst arendst released this 03 Jul 09:49
· 19986 commits to master since this release

5.2.4 20170703

  • Removed flash mode update after selecting different module solving esp8285 related problems
  • Add device type flag to sonoff_template.ino
  • Change Sonoff Led Wakeup and add support for Sonoff BN-SZ01 Led

Provided pre-compiled binary downloads

  • sonoff.bin = the default firmware for all but initial Sonoff Touch, Sonoff 4CH and Sonoff BN-SZ01 devices
  • sonoff-touch-4ch-bnsz.bin = the inital firmware for the esp8285 based Sonoff Touch, Sonoff 4CH and Sonoff BN-SZ01 ONLY and is only used at initial serial upload to these devices. Future (OTA and web) uploads can use the sonoff.bin version as this version will be patched during (OTA and web) uploading to satisfy the esp8285 chip and flash layout.
  • sonoff-minimal.bin = is interim firmware to be used when the above firmware images become too big to fit as OTA or web upload; installing this one first and THEN uploading the desired sonoff.bin allows for future firmware size growth over the OTA file limit of 1/2 flash size.
  • sonoff-ds18x20.bin = is a version of sonoff.bin with the USE_DS18x20 define enabled and a larger MQTT buffer size to be used by people having more than 4 ds18x20 sensors connected.