mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: slow reconfigure on mingw of serial port
This commit is contained in:
parent
ed1950a0f5
commit
a49ae2d0ce
3 changed files with 21 additions and 5 deletions
|
@ -496,6 +496,7 @@ int main(int argc, char *argv[]) {
|
|||
CloseProxmark();
|
||||
session.pm3_present = false;
|
||||
}
|
||||
|
||||
if (!session.pm3_present)
|
||||
PrintAndLogEx(INFO, "Running in " _YELLOW_("OFFLINE") "mode. Check \"%s -h\" if it's not what you want.\n", exec_name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue