miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.74k stars 1.43k forks source link

fix ISSUE-371: do not compare backLen > 0 #580

Open FallenAngel666 opened 2 years ago

FallenAngel666 commented 2 years ago

Instead we just look if backLen is set. More infos here: https://github.com/miguelbalboa/rfid/issues/371

Q A
Bug fix? yes
New feature? no
Doc update? no
BC breaks? no
Deprecations? no
Fixed tickets #371