v0.1.0-beta.0
·
7 commits
to develop
since this release
📦 Uncategorized
- Bump ESPHome to 2024.12.2
- PR: #211
- LD2410 integration
- PR: #200
- I2S-DMA and buffer size adjustments
- PR: #215
- Introducing developer.yaml
- PR: #220
- FUSB302b: Move IRQ handler to core 1
- PR: #222
- Add optional mmwave ld2450
- PR: #223
- Merging develop
- PR: #224
- Introduce satellite1 dac proxy
- PR: #210
- Immediately check for update when toggling beta switch
- PR: #218
- Suppress error LEDs when two devices wake simultaneously
- PR: #217
- FUSB302: don't retry detecting the cc line after it has failed once
- PR: #221
- Adjust WiFi settings and audio pipeline timings
- PR: #225
- Introduce dashboard config file to be imported fully
- PR: #227
- Wi-Fi SDK adjustments and audio pipeline adaptation
- PR: #230
- Prepare release 0.1.0
- PR: #233
What's Changed
-
Headphone Jack and Speaker Integration:
- Automatically switches between speaker and headphone jack based on the state of the headphone jack.
- Separate volume controls for the headphone jack and speaker.
-
Improved Volume Control:
- Volume adjustments now utilize hardware amplifiers (PCM5122 for the headphone jack, TAS2780 for the speaker) instead of software-based decibel control.
- This change ensures smoother volume transitions and resolves [Issue #191](#191).
-
Enhanced Audio Output:
- Built-in speaker now plays both left and right audio channels, resolving [Issue #214](#214).
-
ESPHome Builder/Dashboard Compatibility:
-
Error Handling:
- Suppressed error LEDs for simultaneous device wake events.
-
Improved WiFi Performance:
- Optimized WiFi settings for better performance in challenging environments.
- Bump ESPHome to 2024.12.2 by @gnumpi in #211
- LD2410 integration by @formatBCE in #200
- I2S-DMA and buffer size adjustments by @gnumpi in #215
- Introducing developer.yaml by @that1guy in #220
- FUSB302b: Move IRQ handler to core 1 by @gnumpi in #222
- Add optional mmwave ld2450 by @that1guy in #223
- Merging develop by @that1guy in #224
- Introduce satellite1 dac proxy by @gnumpi in #210
- Immediately check for update when toggling beta switch by @that1guy in #218
- Suppress error LEDs when two devices wake simultaneously by @that1guy in #217
- FUSB302: don't retry detecting the cc line after it has failed once by @gnumpi in #221
- Adjust WiFi settings and audio pipeline timings by @gnumpi in #225
- Introduce dashboard config file to be imported fully by @gnumpi in #227
- Wi-Fi SDK adjustments and audio pipeline adaptation by @gnumpi in #230
- Prepare release 0.1.0 by @gnumpi in #233
New Contributors
- @formatBCE made their first contribution in #200
Full Changelog: v0.0.5-beta.3...v0.1.0-beta.0