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
+7-4
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.7** 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.8** 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.4**.
40
40
41
-
Support of ESP8266 Core versions before 2.7.7 and ESP32 Core versions before 3.0.4 have been removed.
41
+
Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before 3.0.4 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.7**.
63
+
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.8**.
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.
@@ -119,10 +119,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
119
119
120
120
[Complete list](BUILDS.md) of available feature and sensors.
121
121
122
-
## Changelog v14.2.0.4
122
+
## Changelog v14.2.0.5
123
123
### Added
124
124
- Command ``SetOption69 1`` to enable Serial Bridge inverted Receive [#22000](https://github.com/arendst/Tasmota/issues/22000)
125
125
- HX711 optional calibration precision option on command ``Sensor34 2 <weight in gram> <precision>`` where `<precision>` is 1 to 20 [#13983](https://github.com/arendst/Tasmota/issues/13983)
126
+
- ESP8266 support for I2C CLK on GPIO16 [#22199](https://github.com/arendst/Tasmota/issues/22199)
126
127
- Support for I2C M5Unit (Mini)Scales using HX711 driver
127
128
- Support for RX8010 RTC as used in IOTTIMER [#21376](https://github.com/arendst/Tasmota/issues/21376)
128
129
- Energy command ``PowerSet 60,230`` to calibrate both Current and Power with known resistive load of 60W at 230V using calibrated Voltage
@@ -144,6 +145,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
144
145
- Berry make `energy` modules changes from #21887 backwards compatible [#22046](https://github.com/arendst/Tasmota/issues/22046)
145
146
146
147
### Changed
148
+
- ESP8266 platform update from 2024.06.00 to 2024.09.00 and Framework (Arduino Core) from v2.7.7 to v2.7.8 [#22199](https://github.com/arendst/Tasmota/issues/22199)
147
149
- ESP32 platform update from 2024.08.10 to 2024.09.10 and Framework (Arduino Core) from v3.0.4 to v3.0.5 [#22163](https://github.com/arendst/Tasmota/issues/22163)
148
150
- ESP32 LVGL library from v9.1.0 to v9.2.0 [#22031](https://github.com/arendst/Tasmota/issues/22031)
149
151
- GPIOViewer from v1.5.5 to v1.5.6
@@ -174,6 +176,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
174
176
- Berry I2C to prepare M5Stack I2C STM32 based devices [#22143](https://github.com/arendst/Tasmota/issues/22143)
175
177
- LVGL Added OpenHASP icons to font `montserrat-28`[#22048](https://github.com/arendst/Tasmota/issues/22048)
176
178
- LVGL compilation of lv_menu [#22188](https://github.com/arendst/Tasmota/issues/22188)
- Matter fixed UI bug when no endpoints configured [#22008](https://github.com/arendst/Tasmota/issues/22008)
178
181
- Matter fix when Rules are disabled [#22016](https://github.com/arendst/Tasmota/issues/22016)
179
182
- Matter fail to report Shutter status if no shutter is configured in Tasmota [#22049](https://github.com/arendst/Tasmota/issues/22049)
0 commit comments