This commit is contained in:
J. Nick Koston 2023-06-05 18:41:35 -05:00
parent 174a1a04e9
commit 24c645bfbe
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -235,11 +235,6 @@ namespace ratgdo {
} }
} }
void RATGDOComponent::set_rolling_codes(bool useRollingCodes)
{
this->useRollingCodes_ = useRollingCodes;
}
// handle changes to the dry contact state // handle changes to the dry contact state
void RATGDOComponent::dryContactLoop() void RATGDOComponent::dryContactLoop()
{ {