Skip to content

Commit 2c2e6aa

Browse files
authored
Add author urls to readme and funding (#94)
1 parent 825c2f7 commit 2c2e6aa

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
github: abobija
2+
custom:
3+
- "https://abobija.com/sponsor"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ idf.py build && ./build/test.elf
9999
- [MF1S50YYX_V1](https://www.nxp.com/docs/en/data-sheet/MF1S50YYX_V1.pdf) MIFARE Classic EV1 1K
100100
- [MF1S70YYX_V1](https://www.nxp.com/docs/en/data-sheet/MF1S70YYX_V1.pdf) MIFARE Classic EV1 4K
101101

102+
## Author
103+
104+
GitHub: [abobija](https://github.com/abobija)<br />
105+
Homepage: [abobija.com](https://abobija.com)
106+
102107
## License
103108

104109
This component is provided under Apache 2.0 license, see [LICENSE](LICENSE) file for details.

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.4.1"
1+
version: "3.4.2"
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"

0 commit comments

Comments
 (0)