This commit is contained in:
iceman1001 2019-05-24 10:31:31 -04:00
commit 2d972f8cb9

View file

@ -234,8 +234,8 @@ static int CmdIOProxClone(const char *Cmd) {
uint8_t bits[64]; uint8_t bits[64];
memset(bits, 0, sizeof(bits)); memset(bits, 0, sizeof(bits));
char cmdp = param_getchar(Cmd, 0); char cmdp = tolower(param_getchar(Cmd, 0));
if (strlen(Cmd) == 0 || cmdp == 'h' || cmdp == 'H') return usage_lf_io_clone(); if (strlen(Cmd) == 0 || cmdp == 'h') return usage_lf_io_clone();
version = param_get8(Cmd, 0); version = param_get8(Cmd, 0);
fc = param_get8(Cmd, 1); fc = param_get8(Cmd, 1);