From 8e17dfe12295f0511c0fc219a76062771b11ef7b Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:58:33 +0100 Subject: [PATCH] Enhanced Memory Allocation When Uploading TFT --- ReleaseNotes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 114a8e2..db5302f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -446,6 +446,7 @@ ensuring users are well-informed for successful system setup and operation. | :-- | :--: | :--: | | Fix Display of Climate Icons on Chips (#1675) | Minor | `Blueprint` | | Long Click Action Bug Fix for Hardware Button (#1637) | Minor | `Blueprint` | +| Enhanced Memory Allocation When Uploading TFT (`esp-idf` only) | Enhancement | `ESPHome` | | Enhanced Consistency in Cover Controls (#1688) | Enhancement | `Blueprint` | | Support ESPHome `friendly_name` (#1719) | Enhancement | `Blueprint`
`ESPHome` | | Motion Sensor for Display Wake-Up (#1687) | Enhancement | `Blueprint` | @@ -461,6 +462,10 @@ aligning the display behavior with the operational status of the climate entity - **Long Click Action Bug Fix for Hardware Button**: Resolved a bug where long click actions weren't executing on hardware buttons if no entity was assigned. This fix ensures that custom actions linked to long presses will now run as intended, regardless of whether an entity is assigned to the button, offering greater flexibility and reliability in user interactions. +- **Enhanced Memory Allocation When Uploading TFT (esp-idf only)**: Optimized memory management for TFT uploads on systems using the `esp-idf` framework. +This update prevents simultaneous HTTP server connections, allowing for better memory allocation and reducing the risk of system crashes due to memory shortages. +It does not affect users on the `arduino` framework. +Additionally, the log for the upload process now includes detailed memory usage data, providing valuable insights for troubleshooting and system performance enhancement. - **Enhanced Consistency in Cover Controls**: Building upon the dynamic icons feature introduced in v4.2.2, we've further refined the cover controls. This enhancement extends the use of `device_class` to the detailed cover page, ensuring that the icons for opening and closing covers are more accurately representative of the cover type.