mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
text
This commit is contained in:
parent
ba320f26f7
commit
71961501d4
1 changed files with 2 additions and 2 deletions
|
@ -1294,7 +1294,7 @@ void pm3_version(bool verbose, bool oneliner) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Proxmark3 RFID instrument") " ]");
|
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Proxmark3 RFID instrument") " ]");
|
||||||
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("CLIENT") " ]");
|
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Client") " ]");
|
||||||
FormatVersionInformation(temp, sizeof(temp), " ", &g_version_information);
|
FormatVersionInformation(temp, sizeof(temp), " ", &g_version_information);
|
||||||
PrintAndLogEx(NORMAL, "%s", temp);
|
PrintAndLogEx(NORMAL, "%s", temp);
|
||||||
PrintAndLogEx(NORMAL, " compiled with............. " PM3CLIENTCOMPILER __VERSION__);
|
PrintAndLogEx(NORMAL, " compiled with............. " PM3CLIENTCOMPILER __VERSION__);
|
||||||
|
@ -1333,7 +1333,7 @@ void pm3_version(bool verbose, bool oneliner) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (g_session.pm3_present) {
|
if (g_session.pm3_present) {
|
||||||
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("PROXMARK3") " ]");
|
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Proxmark3") " ]");
|
||||||
|
|
||||||
PacketResponseNG resp;
|
PacketResponseNG resp;
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue