new command: hints h - will set hint messages on / off. default mode is OFF. Hint texts makes its easier for beginners but adds text to anyone who knows the pm3 client

This commit is contained in:
iceman1001 2020-03-15 11:51:09 +01:00
commit 945e508e23
6 changed files with 116 additions and 6 deletions

View file

@ -1628,13 +1628,13 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
}
if (isMifareUltralight) {
PrintAndLogEx(INFO, "Hint: try " _YELLOW_("`hf mfu info`"));
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf mfu info`"));
}
if (isMifarePlus) {
PrintAndLogEx(INFO, "Hint: try " _YELLOW_("`hf mfp info`"));
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf mfp info`"));
}
if (isMifareDesfire) {
PrintAndLogEx(INFO, "Hint: try " _YELLOW_("`hf mfdes info`"));
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf mfdes info`"));
}