Update change logs

This commit is contained in:
Theo Arends 2025-12-06 18:05:51 +01:00
parent d716dec667
commit 09b270ab70
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
- Support for ESP32-P4 rev.3 (#24146) - Support for ESP32-P4 rev.3 (#24146)
- Support for Analog Gauges (#24153) - Support for Analog Gauges (#24153)
- Support for MakeSkyBlue Solar Charger Energy Monitor (#24151) - Support for MakeSkyBlue Solar Charger Energy Monitor (#24151)
- Berry `tasmota.micros()` to get time in microseconds - Berry `tasmota.micros()` to get time in microseconds (#24192)
### Breaking Changed ### Breaking Changed

View File

@ -129,6 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Berry `light.get()` direct access to values [#24033](https://github.com/arendst/Tasmota/issues/24033) - Berry `light.get()` direct access to values [#24033](https://github.com/arendst/Tasmota/issues/24033)
- Berry `gc_heap` and `gc_time` to `tasmota.memory()` [#24054](https://github.com/arendst/Tasmota/issues/24054) - Berry `gc_heap` and `gc_time` to `tasmota.memory()` [#24054](https://github.com/arendst/Tasmota/issues/24054)
- Berry `tcp.write()` add `offset` and `len` [#24076](https://github.com/arendst/Tasmota/issues/24076) - Berry `tcp.write()` add `offset` and `len` [#24076](https://github.com/arendst/Tasmota/issues/24076)
- Berry `tasmota.micros()` to get time in microseconds [#24192](https://github.com/arendst/Tasmota/issues/24192)
### Breaking Changed ### Breaking Changed