Update change logs
This commit is contained in:
parent
524c95bac1
commit
5025715237
@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Scripter array transfer via UFS (#24060)
|
- Scripter array transfer via UFS (#24060)
|
||||||
- ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO`
|
- ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO`
|
||||||
- Berry `tcp.write()` add `offset` and `len` (#24076)
|
- Berry `tcp.write()` add `offset` and `len` (#24076)
|
||||||
- NeoPool command `NPReadLSB`, `NPReadMSB`, `NPWriteLSB`, `NWriteMSB` for directly read/write LSB/MSB of 16-bit register
|
- NeoPool command `NPReadLSB`, `NPReadMSB`, `NPWriteLSB`, `NWriteMSB` for directly read/write LSB/MSB of 16-bit register (#24083)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
|
|||||||
@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||||||
- ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO`
|
- ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO`
|
||||||
- HostedMCU file update using command `HostedLoad <version>|<filename>`
|
- HostedMCU file update using command `HostedLoad <version>|<filename>`
|
||||||
- Scripter array transfer via UFS [#24060](https://github.com/arendst/Tasmota/issues/24060)
|
- Scripter array transfer via UFS [#24060](https://github.com/arendst/Tasmota/issues/24060)
|
||||||
|
- NeoPool command `NPReadLSB`, `NPReadMSB`, `NPWriteLSB`, `NWriteMSB` for directly read/write LSB/MSB of 16-bit register [#24083](https://github.com/arendst/Tasmota/issues/24083)
|
||||||
- TLS enabled ECDSA by default for ESP8266 [#24009](https://github.com/arendst/Tasmota/issues/24009)
|
- TLS enabled ECDSA by default for ESP8266 [#24009](https://github.com/arendst/Tasmota/issues/24009)
|
||||||
- Berry `cb.free_cb` for extension manager [#24014](https://github.com/arendst/Tasmota/issues/24014)
|
- Berry `cb.free_cb` for extension manager [#24014](https://github.com/arendst/Tasmota/issues/24014)
|
||||||
- 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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user