missed to remove exclamation mark

This commit is contained in:
iceman1001 2023-07-29 12:44:32 +02:00
commit 6df79e3926

View file

@ -549,7 +549,7 @@ static int CmdHF14AReader(const char *Cmd) {
bool continuous = arg_get_lit(ctx, 7);
CLIParserFree(ctx);
if (!disconnectAfter == false) {
if (disconnectAfter == false) {
cm |= ISO14A_NO_DISCONNECT;
}