Skip to content

Commit

Permalink
README updated with Component Manager info (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
abobija authored Sep 23, 2024
1 parent fa5a01c commit 0658ee5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ To install latest version of this component to your project, run:
idf.py add-dependency "abobija/rc522"
```

Read more about esp-idf component manager in [official documentation](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-component-manager.html).

## Support

- Cards: `MIFARE 1K`, `MIFARE 4K` and `MIFARE Mini`
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.1.5"
version: "3.1.6"
description: "Library for communication with RFID / NFC cards using MFRC522 module"
url: "https://github.com/abobija/esp-idf-rc522"
repository: "https://github.com/abobija/esp-idf-rc522.git"
Expand Down
2 changes: 1 addition & 1 deletion private_include/rc522_types_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern "C" {

#define RC522_TASK_STOPPED_BIT (BIT0)

#define RC522_LOG_LEVEL esp_log_level_get(RC522_LOG_TAG)
#define RC522_LOG_LEVEL LOG_LOCAL_LEVEL

typedef enum
{
Expand Down

0 comments on commit 0658ee5

Please sign in to comment.