* 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>
* Rfid: indala 40134 validation and decoding
* Rfid: show indala info
* Rfid: decoder to output comparator signal on gpio pins
* Rfid: working indala 40134 decoder
* HAL: added function to change rfid timer parameters on the fly
* RFID: Indala reading, card detection, card verification
* Rfid: indala writing
* Lib: add random name library
* Text_input: add default text clearing
* All: rework all applications with new text_input API
* Nfc: fix removing dev file on save_name scene enter
* Lib: move all free radicals to toolbox and update API usage.
Co-authored-by: あく <alleteam@gmail.com>