tonyfreeman a7edebce69
RFID: Fix integer overflow, fix printf usage (#742)
* Fix comparison of constant 300 with expression of type 'uint8_t' is always false

rfid-worker.cpp:111 if(validate_counts > (5 * 60))

* Fix format string is not a string literal (potentially insecure)

Co-authored-by: Tony Freeman <tonyfreeman@users.noreply.github.com>
2021-10-04 02:30:47 +03:00
..
2021-10-02 19:54:10 +03:00
2021-09-30 23:03:28 +03:00
2021-09-29 17:08:24 +03:00