Skip to content

v0.1.0-beta.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 15:30
· 7 commits to develop since this release
cd8bdd5

📦 Uncategorized

  • Bump ESPHome to 2024.12.2
  • LD2410 integration
  • I2S-DMA and buffer size adjustments
  • Introducing developer.yaml
  • FUSB302b: Move IRQ handler to core 1
  • Add optional mmwave ld2450
  • Merging develop
  • Introduce satellite1 dac proxy
  • Immediately check for update when toggling beta switch
  • Suppress error LEDs when two devices wake simultaneously
  • FUSB302: don't retry detecting the cc line after it has failed once
  • Adjust WiFi settings and audio pipeline timings
  • Introduce dashboard config file to be imported fully
  • Wi-Fi SDK adjustments and audio pipeline adaptation
  • Prepare release 0.1.0

What's Changed

  1. 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.
  2. 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).
  3. Enhanced Audio Output:

    • Built-in speaker now plays both left and right audio channels, resolving [Issue #214](#214).
  4. ESPHome Builder/Dashboard Compatibility:

    • Full support for adopting firmware into ESPHome Builder/Dashboard.
    • Added flexibility to easily enable LD2410/LD2450 mmWave or debug modes via simple configuration changes.
      image
  5. Error Handling:

    • Suppressed error LEDs for simultaneous device wake events.
  6. Improved WiFi Performance:

    • Optimized WiFi settings for better performance in challenging environments.

New Contributors

Full Changelog: v0.0.5-beta.3...v0.1.0-beta.0