From 7bafb0f897fbbd5ae8a0dac039b4545318bd7733 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 26 Oct 2019 14:11:25 +0200 Subject: [PATCH] Update RELEASENOTES.md --- RELEASENOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a6aaeb543..747baccca 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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