mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
light
This commit is contained in:
parent
53b838249a
commit
05c182d21f
@ -248,7 +248,7 @@ namespace ratgdo {
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user