Skip to content

Commit

Permalink
Merge pull request #15 from abdellah2288/master
Browse files Browse the repository at this point in the history
Added driver to CMakeLists.txt REQUIRES and removed dependency on idf 4.1 to avoid build errors
  • Loading branch information
abobija committed Feb 26, 2023
2 parents a680175 + 3affcd9 commit 488350e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
idf_component_register(
INCLUDE_DIRS .
SRCS rc522.c
REQUIRES esp_event
REQUIRES esp_event driver
)
3 changes: 1 addition & 2 deletions idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: "2.0.0"
description: MFRC522 driver

dependencies:
idf: "^4.1"

0 comments on commit 488350e

Please sign in to comment.