diff --git a/lib/mfrc522/source/loop.php b/lib/mfrc522/source/loop.php index 8918f94..3738984 100755 --- a/lib/mfrc522/source/loop.php +++ b/lib/mfrc522/source/loop.php @@ -199,6 +199,8 @@ /* (1) Update the state with the found action */ for( $c = 0 ; $c < strlen($state) && $c < strlen($action['next']) ; $c++ ){ + var_dump($c.' - '.$action['next'][$c]); + // {1} If 'x' -> let the current state // if( $action['next'][$c] == 'X' ) continue;