tweak message

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

View file

@ -499,7 +499,7 @@ int CmdT55xxDetect(const char *Cmd){
} }
if ( !tryDetectModulation() ) 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; return 0;
} }