2024A-SW/main/idf_component.yml
Joe Kearney 14ec8fe280 Release v00.44: Slow Fire (#8)
This release updates the [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32s3/index.html) to [v5.5.1](https://github.com/espressif/esp-idf/releases/tag/v5.5.1).

It also pulls in the latest changes to [SystemK](https://git.ktag.clubk.club/Software/SystemK):
 - We'd better log the Playing_Interacting state... (Software/SystemK#8)
 - Slow Fire (Software/SystemK#7)

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #8
2025-10-03 00:08:09 +00:00

24 lines
825 B
YAML

## IDF Component Manager Manifest File
dependencies:
chmorgan/esp-libhelix-mp3: "^1.0.3"
chmorgan/esp-audio-player: "^1.0.7"
espressif/button: "^3.5.0"
espressif/mdns: "^1.8.2"
espressif/usb_host_msc: "^1.1.3"
## Required IDF version (>=5.1 is required for the SPI backend of the led-strip component.)
## We tested with 5.5.1.
idf:
version: ">=5.5.1"
# # Put list of dependencies here
# # For components maintained by Espressif:
# component: "~1.0.0"
# # For 3rd party components:
# username/component: ">=1.0.0,<2.0.0"
# username2/component2:
# version: "~1.0.0"
# # For transient dependencies `public` flag can be set.
# # `public` flag doesn't have an effect dependencies of the `main` component.
# # All dependencies of `main` are public by default.
# public: true