mirror of https://github.com/arendst/Tasmota.git
Update RELEASENOTES.md
This commit is contained in:
parent
bcd3065637
commit
7bafb0f897
|
@ -259,7 +259,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
|||
| USE_DISPLAY_RA8876 | - | - | - | - | - | - | - |
|
||||
|
||||
## Changelog
|
||||
Version 6.7.0 20191025
|
||||
Version 6.7.1 20191026
|
||||
* Remove support for WPS and SmartConfig in favour of Web server (!) based WifiManager (#6680)
|
||||
* Remove binary sonoff-classic (#6680)
|
||||
* Remove command ``SetOption2``
|
||||
|
@ -287,6 +287,7 @@ Version 6.7.0 20191025
|
|||
* Change filename of configuration backup from using FriendlyName1 to Hostname solving diacritic issues (#2422)
|
||||
* Change Store AWS IoT Private Key and Certificate in SPI Flash avoiding device-specific compilations
|
||||
* Change defines **USE_TX20_WIND_SENSOR** and **USE_RC_SWITCH** in my_user_config.h to disable to lower iram usage enabling latest core compilation (#6060, #6062)
|
||||
* Fix PowerDelta related exception0: epc1:0x4000dce5 (#6750)
|
||||
* Fix handling of ligth channels when pwm_multichannel (``SetOption68``) is enabled
|
||||
* Fix better handling of PWM White Temperature mode for Module 48 (#6534)
|
||||
* Fix TasmotaSerial: move serial send to IRAM for high speed baud rates
|
||||
|
|
Loading…
Reference in New Issue