This commit is contained in:
iceman1001 2024-08-25 17:09:31 +02:00
parent ed60d26808
commit 384a7212d0
4 changed files with 5 additions and 5 deletions

View file

@ -1455,7 +1455,7 @@ s32_t SPIFFS_vis(spiffs *fs) {
if (erase_count != (spiffs_obj_id) - 1) {
spiffs_printf("\tera_cnt: "_SPIPRIi"\n", erase_count);
} else {
spiffs_printf("\tera_cnt: N/A\n");
spiffs_printf("\tera_cnt: n/a\n");
}
bix++;

View file

@ -1100,7 +1100,7 @@ static int CmdHF15Info(const char *Cmd) {
PrintAndLogEx(SUCCESS, " " _YELLOW_("%u") " ( or " _YELLOW_("%u") " ) bytes/blocks x " _YELLOW_("%u") " blocks", size + 1, size, blocks);
PrintAndLogEx(SUCCESS, " " _YELLOW_("%u") " total bytes", ((size + 1) * blocks));
} else {
PrintAndLogEx(SUCCESS, " N/A");
PrintAndLogEx(SUCCESS, " n/a");
}
// Check if SLIX2 and attempt to get NXP System Information

View file

@ -9621,14 +9621,14 @@ static int CmdHF14AMfInfo(const char *Cmd) {
}
} else {
PrintAndLogEx(INFO, "<N/A>");
PrintAndLogEx(INFO, "<n/a>");
}
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(INFO, "--- " _CYAN_("Magic Tag Information"));
if (detect_mf_magic(true, MF_KEY_B, e_sector[0].Key[MF_KEY_B]) == MAGIC_FLAG_NONE) {
if (detect_mf_magic(true, MF_KEY_A, e_sector[0].Key[MF_KEY_A]) == MAGIC_FLAG_NONE) {
PrintAndLogEx(INFO, "<N/A>");
PrintAndLogEx(INFO, "<n/a>");
}
}

View file

@ -1454,7 +1454,7 @@ int CmdTraceList(const char *Cmd) {
}
if (protocol == ISO_7816_4)
PrintAndLogEx(INFO, _YELLOW_("ISO7816-4 / Smartcard") " - Timings N/A");
PrintAndLogEx(INFO, _YELLOW_("ISO7816-4 / Smartcard") " - Timings n/a");
if (protocol == PROTO_HITAG1 || protocol == PROTO_HITAG2 || protocol == PROTO_HITAGS) {
PrintAndLogEx(INFO, _YELLOW_("Hitag1 / Hitag2 / HitagS") " - Timings in ETU (8us)");