ERR("Sending command failed, previous command is still pending");
}
*/
+ if(offline)
+ {
+ PrintAndLog("Sending bytes to proxmark failed - offline");
+ return;
+ }
+
while(txcmd_pending);
txcmd = *c;
txcmd_pending = true;
if (cmd[0] != 0x00) {
if (strncmp(cmd, "quit", 4) == 0) {
+ exit(0);
break;
}