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
This commit is contained in:
parent
fd908a23d4
commit
14ec8fe280
9 changed files with 300 additions and 116 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#define VERSION_H
|
||||
|
||||
#define VERSION_MAJOR 00
|
||||
#define VERSION_MINOR 43
|
||||
#define VERSION_MINOR 44
|
||||
|
||||
#define STRINGIFY(number) #number
|
||||
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ dependencies:
|
|||
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.4.1.
|
||||
## We tested with 5.5.1.
|
||||
idf:
|
||||
version: ">=5.4.1"
|
||||
version: ">=5.5.1"
|
||||
|
||||
# # Put list of dependencies here
|
||||
# # For components maintained by Espressif:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue