parent
6a2680b0b0
commit
a31f94585b
|
@ -36,7 +36,7 @@
|
|||
return false;
|
||||
|
||||
/* (3) If inactive, pass */
|
||||
if( $STATE == 1 )
|
||||
if( $STATE == 0 )
|
||||
return false;
|
||||
|
||||
/* (4) Return TRUE means motor active */
|
||||
|
|
Loading…
Reference in New Issue