From eea472f1fc0daf3870f7f49173ec9124ae902e43 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 22 Oct 2020 11:25:05 +0200 Subject: [PATCH] Tasmota Arduino Core v2.7.4.5 Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687) --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df12224c..f851a795e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - Management of serial baudrate (#9554) - ``#define MQTT_FINGERPRINT`` from string to hexnumbers (#9570) - Rotary driver adjusted accordingly if Mi Desk Lamp module is selected (#9399) +- Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687) ### Fixed - Convert AdcParam parameters from versions before v9.0.0.2 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cfed7f363..ebea16a14 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -89,6 +89,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - NeoPixelBus library from v2.5.0.09 to v2.6.0 - Management of serial baudrate (#9554) - Rotary driver adjusted accordingly if Mi Desk Lamp module is selected (#9399) +- Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687) ### Fixed - Ledlink blink when no network connected regression from v8.3.1.4 (#9292)