More IDF version text updates.
This commit is contained in:
parent
06c2faac17
commit
4900e3064a
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ This software in turn makes use of the following open-source software libraries
|
||||||
| Name | Version | License ([SPDX](https://spdx.org/licenses/)) | URL
|
| Name | Version | License ([SPDX](https://spdx.org/licenses/)) | URL
|
||||||
|----------------------------|--------:|--------------------------------------------------------------------------|---------------------------------------------
|
|----------------------------|--------:|--------------------------------------------------------------------------|---------------------------------------------
|
||||||
| SystemK | 1.0 | [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) | https://git.ktag.clubk.club/Software/SystemK/
|
| SystemK | 1.0 | [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) | https://git.ktag.clubk.club/Software/SystemK/
|
||||||
| ESP-IDF | 5.4.1 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://github.com/espressif/esp-idf/
|
| ESP-IDF | 5.5.1 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://github.com/espressif/esp-idf/
|
||||||
| espressif/button | 3.5.0 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/button
|
| espressif/button | 3.5.0 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/button
|
||||||
| espressif/led_strip | 2.5.3 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/led_strip
|
| espressif/led_strip | 2.5.3 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/led_strip
|
||||||
| espressif/usb_host_msc | 1.1.3 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/usb_host_msc
|
| espressif/usb_host_msc | 1.1.3 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/usb_host_msc
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
espressif/usb_host_msc: "^1.1.3"
|
espressif/usb_host_msc: "^1.1.3"
|
||||||
|
|
||||||
## Required IDF version (>=5.1 is required for the SPI backend of the led-strip component.)
|
## 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:
|
idf:
|
||||||
version: ">=5.5.1"
|
version: ">=5.5.1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue