This commit is contained in:
J. Nick Koston 2023-06-07 13:49:10 -05:00
parent dc6f3f503e
commit fb4bcf5ac1
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ namespace ratgdo {
return;
}
ESP_LOGD(TAG, "Command: %d fixed=%d data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
fixed = fixed | id;
encode_wireline(this->rollingCodeCounter, fixed, data, this->txRollingCode);