This commit is contained in:
xdrm-brackets 2017-02-23 17:10:00 +01:00
parent 41c2156b44
commit 44b7f814f9
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
/* (1) Update the state with the found action */ /* (1) Update the state with the found action */
for( $c = 0 ; $c < strlen($state) && $c < strlen($action['next']) ; $c++ ){ for( $c = 0 ; $c < strlen($state) && $c < strlen($action['next']) ; $c++ ){
slog($c.' - '.$action['next'][$c]); slog($c.' - '.$action['next'][$c], 'mfrc522:loop');
// {1} If 'x' -> let the current state // // {1} If 'x' -> let the current state //
if( $action['next'][$c] == 'X' ) if( $action['next'][$c] == 'X' )