Skip to content

Commit

Permalink
Fix data size
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfaruk-aran committed Oct 30, 2024
1 parent 86fb4b6 commit c81dc7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/samsung_ac/protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ namespace esphome

if (result == DecodeResult::SizeDidNotMatch || result == DecodeResult::UnexpectedSize)
{
ESP_LOGE(TAG, "Data size did not match expected: %s", bytes_to_hex(data).c_str());
return DataResult::Fill;
}

Expand Down

0 comments on commit c81dc7c

Please sign in to comment.