Update ratgdo.cpp

delete commented code on line 765
This commit is contained in:
mulcmu 2023-12-18 14:36:02 -05:00 committed by GitHub
parent 3744f571d3
commit a7b30f2472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -762,7 +762,6 @@ namespace ratgdo {
void RATGDOComponent::toggle_learn()
{
this->learn_state = learn_state_toggle(*this->learn_state);
// this->send_command(Command::learn, data::LOCK_TOGGLE);
}
void RATGDOComponent::subscribe_rolling_code_counter(std::function<void(uint32_t)>&& f)