Releases: miguelbalboa/rfid
Releases · miguelbalboa/rfid
1.4.1
see changes.txt
IMPORTANT: v1.4.X will be last version under license "unlicense"
1.4.0
see changes.txt
Backport fix for esp, other fixes/features moved to 2.x (planned)
IMPORTANT: v1.4.X will be last version under license "unlicense"
1.3.5
- Updated "AccessControl.ino", bugs fixed and alterate Wipe button polling method without using other library @beyondszine reviewed by @omersiar
- Updated README notice about port for esp8266 @MMMMar
1.3.4
- Added new example "rfid_read_personal_data.ino" @ryand1011
- Updated example "rfid_write_personal_data.ino" code style to Arduino IDE @Rotzbua
- Removed (temp.) Teensy from travis build script because fails @Rotzbua
1.3.3
- Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
- Fixed UINT8_MAX error @Rotzbua
1.3.2
- Added ESP8266 to library.properties
1.3.1
- Fixed compiler warning in MFRC522Extended @Rotzbua
- Removed unused function @Rotzbua