Revert "Invert motor state"

This reverts commit 6a2680b0b0.
This commit is contained in:
xdrm-brackets 2017-10-14 09:19:40 +02:00
parent 6a2680b0b0
commit a31f94585b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
return false;
/* (3) If inactive, pass */
if( $STATE == 1 )
if( $STATE == 0 )
return false;
/* (4) Return TRUE means motor active */