[speaker] Media player fixes for IDF5.4 - #10088
Merged
Merged
Conversation
Contributor
|
To use the changes from this PR as an external component, add the following to your ESPHome configuration YAML file: external_components:
- source: github://pr#10088
components: [speaker]
refresh: 1h(Added by the PR bot) |
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #10088 +/- ##
=======================================
Coverage 60.21% 60.21%
=======================================
Files 51 51
Lines 10375 10375
Branches 1381 1381
=======================================
Hits 6247 6247
Misses 3772 3772
Partials 356 356 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
kahrendt
marked this pull request as ready for review
August 5, 2025 16:38
Contributor
|
π Hi there! I've automatically requested reviews from codeowners based on the files changed in this PR. @synesthesiam - You've been requested to review this PR as codeowner(s) of 2 file(s) that were modified. Thanks for your time! π |
bdraco
approved these changes
Aug 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this implement/fix?
IDF5.4 changed the maximum values for certain sdkconfig options we set to optimize wifi, so most reverted to their default values. This PR modifies them (and simplifies them) based on a different example from Espressif for high throughput.
esp_http_client seems to crash when the calling task's stack is in PSRAM. This PR forces the task that uses esp_http_client to always run in internal memory, even if
task_stack_in_psramis enabled. The decoder task still functions correctly with its stack in PSRAM.Types of changes
Related issue or feature (if applicable): not applicable
Pull request in esphome-docs with documentation (if applicable): not applicable
Test Environment
Example entry for
config.yaml:Checklist:
tests/folder).If user exposed functionality or configuration variables are added/changed: