miguelbalboa / rfid

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

adds megaavr architecture to library.properties #485

Closed seisfeld closed 5 years ago

seisfeld commented 5 years ago

Removes the following warning when compiling on the new Arduino Nano Every:

WARNING: library MFRC522 claims to run on (avr, STM32F1, teensy, esp8266, samd) architecture(s) and may be incompatible with your current board which runs on (megaavr) architecture(s).

Q A
Bug fix? well kind of, fixes just above warning
New feature? no
Doc update? no
BC breaks? no
Deprecations? no
Fixed tickets #483