Skip to content

Sonoff-Tasmota

Compare
Choose a tag to compare
@arendst arendst released this 07 Nov 16:22
· 20168 commits to master since this release

5.9.1 20171107

  • Add external sensor function pointer interface to enable easy sensor addition
  • Add support for ADS1115 to be enabled in user_config.h and needs libraries i2cdevlib-Core and i2cdevlib-ADS1115 (#338, #660)
  • Fix Backup Configuration file download failure by defining proper file size (#1115)
  • Fix Exception 26 and empty console screen after usage of command WakeupDuration (#1133)
  • Fix some changed iTead web links in README.md (#1137)

Provided pre-compiled binary downloads

  • sonoff.bin = the default firmware for all devices in English
  • sonoff-NL.bin = the default firmware for all devices in Dutch
  • sonoff-DE.bin = the default firmware for all devices in German
  • sonoff-PL.bin = the default firmware for all devices in Polish
  • 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.