chg: 'hf 14b snoop' renamed 'hf 14b sniff'...

In order to use one command for SNIFFING..   All snoop names will be renamed.
This commit is contained in:
iceman1001 2018-01-06 21:12:28 +01:00
commit b578e55d17
5 changed files with 68 additions and 73 deletions

View file

@ -764,7 +764,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
ReadSTMemoryIso14443b(c->arg[0]);
break;
case CMD_SNOOP_ISO_14443B:
SnoopIso14443b();
SniffIso14443b();
break;
case CMD_SIMULATE_TAG_ISO_14443B:
SimulateIso14443bTag(c->arg[0]);