mirror of
https://github.com/esphome/esphome.git
synced 2025-01-18 12:05:41 +00:00
Fix
This commit is contained in:
parent
dcf05efc3e
commit
453d627800
@ -125,7 +125,7 @@ void PIDRequest::handle_incoming(std::vector<uint8_t> &data) {
|
||||
if (this->state_ != POLLING)
|
||||
return; // Not our cup of tea here, some other pid might be polling on the same can_id
|
||||
|
||||
ESP_LOGD(TAG, "recieved content for pid 0x%04x: %s", this->can_id_, this->pid_, format_hex_pretty(data).c_str());
|
||||
ESP_LOGD(TAG, "recieved content for pid 0x%04x: %s", this->pid_, format_hex_pretty(data).c_str());
|
||||
|
||||
// Handle the data
|
||||
if ((data[0] & 0xF0) == 0x10) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user