Updated libraries (button and audio player) (#16)

This PR updates two dependency libraries to their latest versions:

## espressif/button: v3.5.0 to v4.1.5

[Version 4](https://components.espressif.com/components/espressif/button/versions/4.1.5/changelog?language=en) changed the API.  This code makes use of the new API, with no change to the existing behavior.

## chmorgan/esp-audio-player: v1.0.7 to v1.1.0

[Version 1.1.0](https://github.com/chmorgan/esp-audio-player/releases/tag/v1.1.0) introduces the possibility of multiple simultaneous audio streams.  This feature is as yet unused by KTag.

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #16
This commit is contained in:
Joe Kearney 2026-02-07 22:30:37 +00:00
parent d86c494d45
commit 89166c8a02
101 changed files with 5845 additions and 2391 deletions

View file

@ -1,3 +1,15 @@
## v1.1.1 - 2025-02-25
* relinker: some typo
* relinker: add CI for relinker func
* relinker: relinker.py:76: SyntaxWarning: invalid escape sequence '('
* relinker: incorrect IDF_VERSION for IDF 5.0
## v1.1.0 - 2025-01-16
* relinker: support ESP32-C3 and SRAM optimization for flash-suspend
* relinker: add IDF v5.3.x support
## v0.5.3 - 2023-09-15
* fix `add_dependencies called with incorrect number of arguments` in `relinker.cmake`
@ -5,7 +17,7 @@
## v0.5.2 - 2023-09-15
* Support work on older ESP-IDF, eg: 4.3.x
* Support work on older ESP-IDF, eg: 4.3.x
## v0.5.1 - 2023-08-22
@ -15,6 +27,10 @@
* Add GCC LTO support
## v0.4.9 - 2023-7-26
* gen_compressed_ota: Update the document to use the default V3 version compression format.
## v0.4.8 - 2023-05-24
* Add unit test app