FIX: slow reconfigure on mingw of serial port

This commit is contained in:
iceman1001 2019-05-03 21:33:00 +02:00
commit a49ae2d0ce
3 changed files with 21 additions and 5 deletions

View file

@ -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);