This commit is contained in:
iceman1001 2019-10-17 22:24:32 +02:00
parent 9fdc29e91c
commit 2c4e660605

View file

@ -95,7 +95,7 @@ static int CmdHFFelicaList(const char *Cmd) {
}
static int CmdHFFelicaReader(const char *Cmd) {
bool verbose = !(Cmd[0] == 's' || Cmd[0] == 'S');
bool verbose = !(tolower(Cmd[0]) == 's');
return readFelicaUid(verbose);
}