mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
3568b559e4
commit
9153ba37ca
|
@ -12,7 +12,8 @@ All notable changes to this project will be documented in this file.
|
|||
- NeoPool store settings on unified file system (#19973)
|
||||
- NeoPool command ``NPBoost`` (#19973)
|
||||
- ESP32 Partition Wizard can be loaded dynamically (#19980)
|
||||
- Berry `scale_int`, equivalent of `scale_uint` for signed integers
|
||||
- Berry `scale_int`, equivalent of `scale_uint` for signed integers (#20090)
|
||||
- ESP32 support for Avago Tech Bluetooth Buttons (#20088)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
@ -20,7 +21,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Matter update hierarchy of plugins (#19915)
|
||||
- NeoPool ``NPHydrolysis`` percent and unit (#19924)
|
||||
- Thermostat JSON index from 0 to 1 (#20011)
|
||||
- Fixed `changeUIntScale` for linearity when expanding range
|
||||
|
||||
### Fixed
|
||||
- Scripter timer issue (#19914)
|
||||
|
@ -28,7 +28,8 @@ All notable changes to this project will be documented in this file.
|
|||
- Matter flow sensor (#19961)
|
||||
- Berry ``gpio.dac_voltage()`` regression from v13.1.0.1 (#19997)
|
||||
- ESP32-C3 ledlink functionality regression from v13.1.0.2
|
||||
- Fix Berry parser error in specific cases
|
||||
- Berry parser error in specific cases (#20059)
|
||||
- ``changeUIntScale`` for linearity when expanding range (#20089)
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -95,6 +95,12 @@ The following binary downloads have been compiled with ESP32/Arduino library cor
|
|||
- **tasmota32-webcam.bin** = The Webcam version adds webcam support for 4M+ flash.
|
||||
- **tasmota32-zbbridgepro.bin** - The Sonoff Zigbee Bridge Pro version with CC2652P firmware load support.
|
||||
|
||||
### ESP32-C2 and ESP32-C6 based
|
||||
The following binary downloads have been compiled with ESP32/Arduino library core version **3.0.0**.
|
||||
|
||||
- **tasmota32c2-arduino30.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C2 and 4M+ flash.
|
||||
- **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.
|
||||
|
||||
Latest released binaries can be downloaded from
|
||||
- https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware
|
||||
- https://ota.tasmota.com/tasmota32/release
|
||||
|
@ -134,8 +140,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Support for ESP32-C2 and ESP32-C6 using Arduino core v3
|
||||
- ESP32 core v3 auto TasConsole USB or Serial connection by @staars
|
||||
- ESP32 Partition Wizard can be loaded dynamically [#19980](https://github.com/arendst/Tasmota/issues/19980)
|
||||
- ESP32 support for Avago Tech Bluetooth Buttons [#20088](https://github.com/arendst/Tasmota/issues/20088)
|
||||
- Berry ``debug.gcdebug()`` to enable GC debugging [#19936](https://github.com/arendst/Tasmota/issues/19936)
|
||||
- Berry AES_CBC to crypto module [#19964](https://github.com/arendst/Tasmota/issues/19964)
|
||||
- Berry `scale_int`, equivalent of `scale_uint` for signed integers [#20090](https://github.com/arendst/Tasmota/issues/20090)
|
||||
- HASPmota add styling properties [#19912](https://github.com/arendst/Tasmota/issues/19912)
|
||||
- Matter flow sensor suppor [#19852](https://github.com/arendst/Tasmota/issues/19852)
|
||||
|
||||
|
@ -156,9 +164,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Scripter timer issue [#19914](https://github.com/arendst/Tasmota/issues/19914)
|
||||
- NeoPool filtration mode display [#19801](https://github.com/arendst/Tasmota/issues/19801)
|
||||
- Zero-Cross Dimmer for ESP32 with Core3 [#19929](https://github.com/arendst/Tasmota/issues/19929)
|
||||
- ``changeUIntScale`` for linearity when expanding range [#20089](https://github.com/arendst/Tasmota/issues/20089)
|
||||
- ESP32 I2C allow bus2 support when bus1 is not enabled
|
||||
- ESP32 IR receive with Arduino Core 3 [#19904](https://github.com/arendst/Tasmota/issues/19904)
|
||||
- ESP32-C3 ledlink functionality regression from v13.1.0.2
|
||||
- Berry parser error in specific cases [#20059](https://github.com/arendst/Tasmota/issues/20059)
|
||||
- Berry ``gpio.dac_voltage()`` regression from v13.1.0.1 [#19997](https://github.com/arendst/Tasmota/issues/19997)
|
||||
|
||||
### Removed
|
||||
|
|
Loading…
Reference in New Issue