We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34086ad commit ce05181Copy full SHA for ce05181
changes.txt
@@ -1,6 +1,7 @@
1
-- Add changes to unreleased tag until we make a release.
2
3
-xx 2020, v1.4.8
+30 Dec 2020, v1.4.8
4
+- Fixed wrong SPI clock speed.
5
6
25 Jun 2020, v1.4.7
7
- Fixed typos
library.json
@@ -1,6 +1,6 @@
{
"name": "MFRC522",
- "version": "1.4.7",
+ "version": "1.4.8",
"license": "Unlicense",
"keywords": "rfid, spi",
"description": "Read a card using a MFRC522 reader on your SPI interface.",
library.properties
@@ -1,5 +1,5 @@
name=MFRC522
-version=1.4.7
+version=1.4.8
author=GithubCommunity
maintainer=GithubCommunity
sentence=Arduino RFID Library for MFRC522 (SPI)
0 commit comments