added Fixed antibeat support

This commit is contained in:
2023-10-28 11:39:03 +02:00
parent f842815435
commit 5fc9592886
2 changed files with 17 additions and 5 deletions

View File

@@ -13,6 +13,8 @@ struct Rule
bool toggle;
bool inverse;
Rule *nextRule = NULL;
bool lastPinState = false;
bool triggeredOnce = false;
void AddRule(Rule *rule)
{