[FL-3008], [FL-2734], [FL-2766], [FL-2898] NFC bug fixes (#2098)
* nfc: rework mf classic update * nfc: rename cache folder to .cache * nfc: fix ATQA order bytes in nfc files * file browser: add hide dot files option * nfc: fix iso-14443-4 uid cards emulation * nfc: fix unit tests Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		| @@ -393,7 +393,7 @@ static void mf_classic_generator_test(uint8_t uid_len, MfClassicType type) { | ||||
|         "nfc_device_save == true assert failed\r\n"); | ||||
|     // Verify that key cache is saved | ||||
|     FuriString* key_cache_name = furi_string_alloc(); | ||||
|     furi_string_set_str(key_cache_name, "/ext/nfc/cache/"); | ||||
|     furi_string_set_str(key_cache_name, "/ext/nfc/.cache/"); | ||||
|     for(size_t i = 0; i < uid_len; i++) { | ||||
|         furi_string_cat_printf(key_cache_name, "%02X", uid[i]); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user