tweak message

This commit is contained in:
Brian Pow 2018-02-21 16:11:34 +08:00
parent c80c992ff3
commit 618b868daf

View file

@ -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;
}