added Fixed antibeat support
This commit is contained in:
@@ -13,6 +13,8 @@ struct Rule
|
||||
bool toggle;
|
||||
bool inverse;
|
||||
Rule *nextRule = NULL;
|
||||
bool lastPinState = false;
|
||||
bool triggeredOnce = false;
|
||||
|
||||
void AddRule(Rule *rule)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user