mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-13 19:49:57 +08:00
tweak message
This commit is contained in:
parent
c80c992ff3
commit
618b868daf
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ int CmdT55xxDetect(const char *Cmd){
|
|||
}
|
||||
|
||||
if ( !tryDetectModulation() )
|
||||
PrintAndLogEx(NORMAL, "Could not detect modulation automatically. Try setting it manually with \'lf t55xx config\'");
|
||||
PrintAndLogEx(WARNING, "Could not detect modulation automatically. Try setting it manually with \'lf t55xx config\'");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue