mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Unify Py/Lua versions in hw version
This commit is contained in:
parent
37c0c3aa9d
commit
06d63a8c0e
1 changed files with 6 additions and 6 deletions
|
@ -1677,17 +1677,17 @@ void pm3_version(bool verbose, bool oneliner) {
|
||||||
#else
|
#else
|
||||||
PrintAndLogEx(NORMAL, " Python script support..... " _YELLOW_("absent"));
|
PrintAndLogEx(NORMAL, " Python script support..... " _YELLOW_("absent"));
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LUA_SWIG
|
|
||||||
PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _GREEN_("present"));
|
|
||||||
#else
|
|
||||||
PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _YELLOW_("absent"));
|
|
||||||
#endif
|
|
||||||
PrintAndLogEx(NORMAL, " Lua runtime version....... " _GREEN_(LUA_RELEASE));
|
|
||||||
#ifdef HAVE_PYTHON_SWIG
|
#ifdef HAVE_PYTHON_SWIG
|
||||||
PrintAndLogEx(NORMAL, " Python SWIG support....... " _GREEN_("present"));
|
PrintAndLogEx(NORMAL, " Python SWIG support....... " _GREEN_("present"));
|
||||||
#else
|
#else
|
||||||
PrintAndLogEx(NORMAL, " Python SWIG support....... " _YELLOW_("absent"));
|
PrintAndLogEx(NORMAL, " Python SWIG support....... " _YELLOW_("absent"));
|
||||||
#endif
|
#endif
|
||||||
|
PrintAndLogEx(NORMAL, " Lua script support........ " _GREEN_("present") " (" _YELLOW_("%s.%s.%s") ")", LUA_VERSION_MAJOR, LUA_VERSION_MINOR, LUA_VERSION_RELEASE);
|
||||||
|
#ifdef HAVE_LUA_SWIG
|
||||||
|
PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _GREEN_("present"));
|
||||||
|
#else
|
||||||
|
PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _YELLOW_("absent"));
|
||||||
|
#endif
|
||||||
|
|
||||||
if (g_session.pm3_present) {
|
if (g_session.pm3_present) {
|
||||||
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Proxmark3") " ]");
|
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Proxmark3") " ]");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue