From 5305d6d4c8c71acb51ab6f23b16dbc16b07e79eb Mon Sep 17 00:00:00 2001 From: Jason2866 <obermeier.johann@googlemail.com> Date: Thu, 19 Sep 2019 12:48:18 +0200 Subject: [PATCH] Added core pre 2.6.x --- FAQ.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/FAQ.md b/FAQ.md index 239376b5..f826eddb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -328,12 +328,6 @@ Example: Core-/SDK-Version: **2_3_0**/1.5.3(aec24ac9) - Some Routers of brands (Ubiquiti and Fritzbox) produce conflicts and disconnections - If the Wi-Fi router has auto channel, channel switching is reliably managed by this core. -* 2.4.0: - - This core has several bugs and produces Wi-Fi disconnections. Do not use. - -* 2.4.1: - - This core has several bugs and produces Wi-Fi disconnections. Do not use. - * 2.4.2: - All Tasmota features work - Modem Sleep doesn't work but Tasmota has a CPU dynamic sleep to save energy, so it is not a big issue for this core @@ -347,10 +341,7 @@ Example: Core-/SDK-Version: **2_3_0**/1.5.3(aec24ac9) - Some Routers of brands (Ubiquiti and Fritzbox) produce conflicts and disconnections - If the Wi-Fi router has auto channel, channel switching is not reliably managed by this core. Use Fixed Channels in the router instead. -* 2.5.0: - - This core has some unsolved issues. Do not use. - -* 2.5.2 (bug fix release of 2.5.0 and 2.5.1): +* 2.5.2: - All Tasmota features work - Extend PWM resolution for low brightness lights ([Details](../pull/5742)) - Modem Sleep doesn't work but Tasmota has a CPU dynamic sleep to save energy, so it is not a big issue for this core @@ -365,6 +356,25 @@ Example: Core-/SDK-Version: **2_3_0**/1.5.3(aec24ac9) - Most Routers of brands Ubiquity and Fritzbox don't produces conflicts or disconnections - If the Wi-Fi router has auto channel, channel switching is not reliably managed by this core. Use Fixed Channels in the router instead. +* pre 2.6.x (recommended version): + - All Tasmota features work + - mqtt reconnect and lagging fixed + - fixed [Esp8266 IP Address not reachable](https://github.com/esp8266/Arduino/issues/2330) + - [umm_malloc](https://github.com/esp8266/Arduino/pull/6161) error fixed + - Extend PWM resolution for low brightness lights ([Details](../pull/5742)) + - Modem Sleep doesn't work but Tasmota has a CPU dynamic sleep to save energy, so it is not a big issue for this core + - Alexa works + - Web UI is fast + - Serial Software exceptions of 2.3.0 are solved + - Krack Vulnerability is solved. + - Security fix [Beacon Frame Crash](https://github.com/arendst/Sonoff-Tasmota/issues/6348) + - More RAM is available compared to 2.4.2 + - Firmware is a little bigger in size compared to 2.4.2 + - Most Wi-Fi Repeaters don't produces conflicts or disconnections + - Mesh Networks are supported + - Most Routers of brands Ubiquity and Fritzbox don't produces conflicts or disconnections + + ### Configuration problems Can cause boot loops, items to not appear, wrong config values, etc