This commit is contained in:
J. Nick Koston 2023-06-05 13:48:12 -05:00
parent 92f6c2cd70
commit 44f317b983
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -480,7 +480,7 @@ void RATGDOComponent::toggleLight() {
} }
void RATGDOComponent::getRollingCode(const char *command, int rollingCodeCounter){ void RATGDOComponent::getRollingCode(const char *command){
uint64_t id = 0x539; uint64_t id = 0x539;
uint64_t fixed = 0; uint64_t fixed = 0;
@ -520,7 +520,7 @@ void RATGDOComponent::getRollingCode(const char *command, int rollingCodeCounter
fixed = fixed | id; fixed = fixed | id;
encode_wireline(rollingCodeCounter, fixed, data, rollingCode); encode_wireline(this->rollingCodeCounter, fixed, data, this->rollingCode);
printRollingCode(); printRollingCode();