Skip to content

Commit dc68b3b

Browse files
authored
Support IDF ^5 and build examples on latest (master) IDF (#81)
1 parent 0b6bb3e commit dc68b3b

File tree

8 files changed

+10
-2
lines changed

8 files changed

+10
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
- release-v5.1
6262
- release-v5.2
6363
- release-v5.3
64+
- release-v5.4
65+
- latest
6466
idf_target:
6567
- esp32
6668

examples/basic/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_LOG_COLORS=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_LOG_COLORS=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_LOG_COLORS=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_LOG_COLORS=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_LOG_COLORS=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_LOG_COLORS=y

idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.3.0"
1+
version: "3.3.1"
22
description: "Library for communication with RFID / NFC cards using MFRC522 module"
33
url: "https://github.com/abobija/esp-idf-rc522"
44
repository: "https://github.com/abobija/esp-idf-rc522.git"
@@ -18,4 +18,4 @@ files:
1818
- "docs/**/*"
1919
- "test/**/*"
2020
dependencies:
21-
idf: ">=5.0,<=5.3"
21+
idf: "^5.0"

0 commit comments

Comments
 (0)