offline: avoid spurious "Sending bytes to proxmark failed" on exit

This commit is contained in:
Philippe Teuwen 2019-10-04 09:30:36 +02:00
parent 42cb2a32e8
commit 8a7274ec34

View file

@ -261,9 +261,11 @@ check_script:
}
} // end while
clearCommandBuffer();
SendCommandNG(CMD_QUIT_SESSION, NULL, 0);
msleep(100); // Make sure command is sent before killing client
if (session.pm3_present) {
clearCommandBuffer();
SendCommandNG(CMD_QUIT_SESSION, NULL, 0);
msleep(100); // Make sure command is sent before killing client
}
while (current_cmdscriptfile())
pop_cmdscriptfile();