diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 3596a05..0d0242a 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -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);