You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ While fallback or downgrading is common practice it was never supported due to S
34
34
35
35
## Supported Core versions
36
36
37
-
This release will be supported from ESP8266/Arduino library Core version **2.7.6** due to reported security and stability issues on previous Core version. This will also support gzipped binaries.
37
+
This release will be supported from ESP8266/Arduino library Core version **2.7.7** due to reported security and stability issues on previous Core version. This will also support gzipped binaries.
38
38
39
39
This release will be supported from ESP32/Arduino library Core version **3.0.1**.
40
40
41
-
Support of ESP8266 Core versions before 2.7.6 and ESP32 Core versions before 3.0.1 have been removed.
41
+
Support of ESP8266 Core versions before 2.7.7 and ESP32 Core versions before 3.0.1 have been removed.
42
42
43
43
### Known issues with v14.1.0
44
44
@@ -60,7 +60,7 @@ Easy initial installation of Tasmota can be performed using the [Tasmota WebInst
60
60
## Provided Binary Downloads
61
61
62
62
### ESP8266 or ESP8285 based
63
-
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.6**.
63
+
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.7**.
64
64
65
65
-**tasmota.bin** = The Tasmota version with most drivers for 1M+ flash. **RECOMMENDED RELEASE BINARY**
66
66
-**tasmota-4M.bin** = The Tasmota version with most drivers and filesystem for 4M+ flash.
@@ -156,6 +156,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
156
156
### Fixed
157
157
- Shutter MQTT on inverted shutter [#21663](https://github.com/arendst/Tasmota/issues/21663)
158
158
- Scripter TCP server [#21660](https://github.com/arendst/Tasmota/issues/21660)
159
+
- ESP32 allow use of UART0 with enabled USB_CDC_CONSOLE [#21496](https://github.com/arendst/Tasmota/issues/21496)
159
160
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
160
161
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
161
162
- Matter CASE Sigma1 resumption mode for faster reconnection [#21644](https://github.com/arendst/Tasmota/issues/21644)
0 commit comments