forked from jocover/esp32_u2f
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tinyusb/cbor libraries, fixes idf 5.3.1/issue jocover#9
- Loading branch information
1 parent
1fdcde3
commit f7a1867
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/tinyusb: "~0.14.3" | ||
espressif/esp_tinyusb: "~1.4.2" | ||
espressif/cbor: "~0.6.0" | ||
idf: "^5.0" | ||
espressif/tinyusb: "~0.15.0~10" | ||
espressif/esp_tinyusb: "~1.4.4" | ||
espressif/cbor: "~0.6.0~1" | ||
idf: "^5.0" |