This commit is contained in:
J. Nick Koston 2023-06-09 15:34:31 -05:00
parent 358249291c
commit caf3846f5d
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ namespace ratgdo {
void RATGDOComponent::getRollingCode(cmd command)
{
uint64_t fixed = command.fixed | REMOTE_ID;
ESP_LOGD(TAG, "Command: %d rollingCodeCounter=%d", command, this->rollingCodeCounter);
encode_wireline(this->rollingCodeCounter, fixed, command.data, this->txRollingCode);
printRollingCode();
if (command != Command.DOOR1) { // door2 is created with same counter and should always be called after door1