Skip to content

Commit

Permalink
remove toggle_learn
Browse files Browse the repository at this point in the history
  • Loading branch information
mulcmu committed Dec 21, 2023
1 parent a7b30f2 commit 19347ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/ratgdo/ratgdo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,11 +759,6 @@ namespace ratgdo {
set_timeout(500, [=] { this->send_command(Command::GET_STATUS); });
}

void RATGDOComponent::toggle_learn()
{
this->learn_state = learn_state_toggle(*this->learn_state);
}

void RATGDOComponent::subscribe_rolling_code_counter(std::function<void(uint32_t)>&& f)
{
// change update to children is defered until after component loop
Expand Down

0 comments on commit 19347ba

Please sign in to comment.