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
+14-6
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The following binary downloads have been compiled with ESP32/Arduino library cor
96
96
-**tasmota32-zbbridgepro.bin** - The Sonoff Zigbee Bridge Pro version with CC2652P firmware load support.
97
97
98
98
### ESP32-C2 and ESP32-C6 based
99
-
The following binary downloads have been compiled with ESP32/Arduino library core version **3.0.0**.
99
+
The following binary downloads have been compiled with ESP32/Arduino library core version **3.0.0-alpha3**.
100
100
101
101
-**tasmota32c2-arduino30.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C2 and 4M+ flash.
102
102
-**tasmota32c6cdc-arduino30.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C6 with serial over embedded USB CDC or hardware USB and 4M+ flash.
@@ -118,6 +118,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
118
118
119
119
## Changelog v13.2.0.3
120
120
### Added
121
+
- Support for ESP32-C2 and ESP32-C6 using Arduino Core3
121
122
- Command ``GpioRead`` to show input state [#19810](https://github.com/arendst/Tasmota/issues/19810)
122
123
- Command ``WebCanvas linear-gradient(#F02 7%,#F93,#FF4,#082,#00F,#708 93%)`` to set GUI canvas
123
124
- I2C bus2 support to iAQ core sensor [#19799](https://github.com/arendst/Tasmota/issues/19799)
@@ -139,40 +140,47 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
139
140
- NeoPool enhancements for HomeAssistant [#19857](https://github.com/arendst/Tasmota/issues/19857)
140
141
- NeoPool store settings on unified file system [#19973](https://github.com/arendst/Tasmota/issues/19973)
141
142
- DeepSleep support through TIMERS [#20117](https://github.com/arendst/Tasmota/issues/20117)
142
-
- Support for ESP32-C2 and ESP32-C6 using Arduino core v3
143
-
- ESP32 core v3 auto TasConsole USB or Serial connection by @staars
143
+
- ESP32 auto TasConsole USB or Serial connection for Core3 by @staars
144
144
- ESP32 Partition Wizard can be loaded dynamically [#19980](https://github.com/arendst/Tasmota/issues/19980)
145
145
- ESP32 support for Avago Tech Bluetooth Buttons [#20088](https://github.com/arendst/Tasmota/issues/20088)
146
146
- Berry ``debug.gcdebug()`` to enable GC debugging [#19936](https://github.com/arendst/Tasmota/issues/19936)
147
147
- Berry AES_CBC to crypto module [#19964](https://github.com/arendst/Tasmota/issues/19964)
148
148
- Berry `scale_int`, equivalent of `scale_uint` for signed integers [#20090](https://github.com/arendst/Tasmota/issues/20090)
0 commit comments