m5stack / M5Dial

51 stars 10 forks source link

Fixed a bug that caused an error when the compiler warning level was maximized. #3

Closed lovyan03 closed 7 months ago

lovyan03 commented 7 months ago

There is an area within the MFRC522 library where uninitialized variables may be used. This is causing an error when the compile warning level is set to maximum. This pull request assigns an initial value of 0 to the corresponding variable.