mirror of https://github.com/arendst/Tasmota.git
Update RELEASENOTES.md
This commit is contained in:
parent
9f7c9cd12f
commit
d966de7b3a
|
@ -14,7 +14,7 @@ See [wiki migration path](https://github.com/arendst/Tasmota/wiki/Upgrading#migr
|
|||
|
||||
## Supported Core versions
|
||||
|
||||
This release will be supported from ESP8266/Arduino library Core version **2.6.0** due to reported security and stability issues on previous Core version.
|
||||
This release will be supported from ESP8266/Arduino library Core version **2.6.1** due to reported security and stability issues on previous Core version.
|
||||
|
||||
Although it might still compile on previous Core versions all support will be removed in the near future.
|
||||
|
||||
|
@ -109,7 +109,7 @@ Over 500 additional devices are supported using [templates](TEMPLATES.md).
|
|||
|
||||
## Provided Binary Downloads
|
||||
|
||||
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.6.0**.
|
||||
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.6.1**.
|
||||
|
||||
- **tasmota.bin** = The Tasmota version with sensors. **RECOMMENDED RELEASE BINARY**
|
||||
- **tasmota-BG.bin** to **tasmota-TW.bin** = The Tasmota version in different languages.
|
||||
|
@ -235,6 +235,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
|||
| USE_SENSEAIR | - | - | x | x | x | - | x |
|
||||
| USE_PMS5003 | - | - | x | x | x | - | x |
|
||||
| USE_NOVA_SDS | - | - | x | x | x | - | x |
|
||||
| USE_HPMA | - | - | - | - | x | - | - |
|
||||
| USE_SERIAL_BRIDGE | - | - | x | x | x | - | x |
|
||||
| USE_MP3_PLAYER | - | - | - | - | x | - | - |
|
||||
| USE_AZ7798 | - | - | - | - | - | - | - |
|
||||
|
@ -270,6 +271,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
|||
## Changelog
|
||||
|
||||
Version 7.1.0 Betty
|
||||
|
||||
- Remove update support for versions before 6.0
|
||||
- Remove driver xsns_12_ads1115_i2cdev replaced by xsns_12_ads1115
|
||||
- Change repository name from Sonoff-Tasmota to Tasmota and all code references from Sonoff to Tasmota
|
||||
|
@ -280,6 +282,7 @@ Version 7.1.0 Betty
|
|||
- Change supported PCF8574 I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
|
||||
- Change supported PCF8574A I2C address range to 0x39 - 0x3F allowing other I2C devices with address 0x38 to be used at the same time
|
||||
- Change supported MCP230xx I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
|
||||
- Change Reset erase end address from as seen by SDK (getFlashChipSize) to full flash size (getFlashChipRealSize)
|
||||
- Fix better control of RGB/White when SetOption37 >128, added Dimmer1 and Dimmer2 commands (#6714)
|
||||
- Fix random crash caused by UPNP flood
|
||||
- Add support for Tuya battery powered devices (#6735)
|
||||
|
@ -289,7 +292,8 @@ Version 7.1.0 Betty
|
|||
- Add command WebColor19 to control color of Module and Name (#6811)
|
||||
- Add command SetOption73 0/1 to re-enable HTTP Cross-Origin Resource Sharing (CORS) now default disabled (#6767)
|
||||
- Add command SetOption74 0/1 to enable DS18x20 internal pull-up and remove define DS18B20_INTERNAL_PULLUP (#6795)
|
||||
- Add command SetOption75 0/1 to switch between grouptopic (0) using fulltopic replacing %topic% or (1) is cmnd/<grouptopic> (#6779)
|
||||
- Add command SetOption75 0/1 to switch between grouptopic (0) using fulltopic replacing %topic% or (1) is cmnd/\<grouptopic\> (#6779)
|
||||
- Add command SetOption76 0/1 to enable incrementing bootcount when deepsleep is enabled (#6930)
|
||||
- Add command I2cDriver for I2C driver runtime control using document I2CDEVICES.md
|
||||
- Add command WifiPower 0 .. 20.5 to set Wifi Output Power which will be default set to 17dBm
|
||||
- Add frequency to ADE7953 energy monitor as used in Shelly 2.5 by ljakob (#6778)
|
||||
|
|
Loading…
Reference in New Issue