added changelog notes

This commit is contained in:
proddy
2026-09-01 22:44:07 +02:00
parent ad62c79a40
commit f01b0fc3a7
3 changed files with 10 additions and 4 deletions
+5
View File
@@ -12,6 +12,7 @@ This release is based on the latest Espressif/Arduino core version 3. It brings
- Commands Service that can be called via MQTT or API or used in the Scheduler Service
- option to disable factory reset [#3150](https://github.com/emsesp/EMS-ESP32/issues/3150)
- TLS support with 4MB boards without PSRAM
- added eth_10mbit, which forces 10BASE-T half-duplex & autonegotiation off, halving the PHYs power draw. Its off by default as it will cause issues on managed switches with a port forced to 100Mb [#3213](https://github.com/emsesp/EMS-ESP32/pull/3213)
## Fixed
@@ -36,4 +37,8 @@ This release is based on the latest Espressif/Arduino core version 3. It brings
- changes to the Dialogs in Dashboard page, removed the run icon in the Commands page. Renamed Execute to Run.
- set `None` for undefined values in HA `val_tpl`
- changes in WebUI - remove multiple calls systemInfo endpoint, Vewrsion pages checks for internet connection [#3195](https://github.com/emsesp/EMS-ESP32/pull/3195)
- added yield to main loop, so core 1s idle task is run [#3213](https://github.com/emsesp/EMS-ESP32/pull/3213)
- power down WiFi when Ethernet is active, releasing DMA buffer pool of around 20KB [#3213](https://github.com/emsesp/EMS-ESP32/pull/3213)
- WiFi nosleep takes effect on next reconnect [#3213](https://github.com/emsesp/EMS-ESP32/pull/3213)