This commit is contained in:
Willy-JL
2023-05-02 14:29:30 +01:00
parent 74a30f919d
commit 2fcc3d1ae2
3 changed files with 4 additions and 7 deletions

View File

@@ -204,7 +204,7 @@ void nfc_scene_nfc_data_info_on_enter(void* context) {
furi_string_cat_printf(temp_str, "\e#ISO15693 (unknown)\n");
break;
}
// Set tag general data
// Set tag general data
} else if(type == FuriHalNfcTypeF) {
// Set NFC-F data
furi_string_cat_printf(temp_str, "ISO 18092 (NFC-F)\n");