Skip to content

Commit

Permalink
Merge pull request espressif#261 from vikramdattu/support/qrcode_rela…
Browse files Browse the repository at this point in the history
…x_idf_ver_dep

Relax IDF version dependency till v4.0 ()
  • Loading branch information
igrr authored Jan 23, 2024
2 parents c40aa55 + 28bac40 commit 66994c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This component contains a QR code generator written in C. This component is base
This component is used as part of the following ESP-IDF examples:
- [DPP Enrollee Example](https://github.com/espressif/esp-idf/tree/master/examples/wifi/wifi_easy_connect/dpp-enrollee).

To learn more about how to use this component, please check API Documentation from header file [qrcode.h](https://github.com/espressif/esp-bsp/tree/master/qrcode/include/qrcode.h).
To learn more about how to use this component, please check API Documentation from header file [qrcode.h](https://github.com/espressif/idf-extra-components/tree/master/qrcode/include/qrcode.h).
4 changes: 1 addition & 3 deletions qrcode/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "0.1.0~1"
version: "0.1.0~2"
description: QR Code generator
url: https://github.com/espressif/idf-extra-components/tree/master/qrcode
dependencies:
idf: ">=4.3"

0 comments on commit 66994c5

Please sign in to comment.