light
This commit is contained in:
parent
53b838249a
commit
05c182d21f
|
@ -248,7 +248,7 @@ namespace ratgdo {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ESP_LOGD(TAG, "Command: %d fixed=%d data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
|
ESP_LOGD(TAG, "Command: %d fixed=%" PRIu64 " data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
|
||||||
|
|
||||||
fixed = fixed | id;
|
fixed = fixed | id;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue