light
This commit is contained in:
parent
dc6f3f503e
commit
fb4bcf5ac1
|
@ -248,6 +248,8 @@ namespace ratgdo {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ESP_LOGD(TAG, "Command: %d fixed=%d data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
|
||||||
|
|
||||||
fixed = fixed | id;
|
fixed = fixed | id;
|
||||||
|
|
||||||
encode_wireline(this->rollingCodeCounter, fixed, data, this->txRollingCode);
|
encode_wireline(this->rollingCodeCounter, fixed, data, this->txRollingCode);
|
||||||
|
|
Loading…
Reference in New Issue