rework ping

This commit is contained in:
Philippe Teuwen 2019-05-07 23:35:09 +02:00
commit 2f1061f95b
8 changed files with 25 additions and 36 deletions

View file

@ -608,7 +608,6 @@ int TestProxmark(void) {
return PM3_EIO;
SendCommandNG(CMD_CAPABILITIES, NULL, 0);
if (WaitForResponseTimeoutW(CMD_PING, &resp, 1000, false)) {
memcpy(&pm3_capabilities, resp.data.asBytes, resp.length);
conn.send_via_fpc_usart = pm3_capabilities.via_fpc;