mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
rearranged banner output and messages
This commit is contained in:
parent
74ece72b26
commit
2639de23c6
2 changed files with 11 additions and 12 deletions
|
@ -420,6 +420,12 @@ int main(int argc, char *argv[]) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
// ascii art
|
||||
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
||||
if (!script_cmds_file && !stdinOnPipe)
|
||||
showBanner();
|
||||
|
||||
|
||||
// default speed for USB 460800, USART(FPC serial) 115200 baud
|
||||
if (speed == 0)
|
||||
#ifdef WITH_FPC_HOST
|
||||
|
@ -454,11 +460,6 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
}
|
||||
|
||||
// ascii art
|
||||
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
||||
if (!script_cmds_file && !stdinOnPipe)
|
||||
showBanner();
|
||||
|
||||
// set global variables
|
||||
set_my_executable_path();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue