Updated libraries (button and audio player) #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update_libs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR updates two dependency libraries to their latest versions:
espressif/button: v3.5.0 to v4.1.5
Version 4 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 introduces the possibility of multiple simultaneous audio streams. This feature is as yet unused by KTag.