mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Remove footer validation for fujitsu_general (#2196)
This commit is contained in:
parent
f923ba87c0
commit
9218e85bd6
1 changed files with 0 additions and 6 deletions
|
@ -297,12 +297,6 @@ bool FujitsuGeneralClimate::on_receive(remote_base::RemoteReceiveData data) {
|
|||
}
|
||||
}
|
||||
|
||||
// Validate footer
|
||||
if (!data.expect_mark(FUJITSU_GENERAL_BIT_MARK)) {
|
||||
ESP_LOGV(TAG, "Footer fail");
|
||||
return false;
|
||||
}
|
||||
|
||||
for (uint8_t byte = 0; byte < recv_message_length; ++byte) {
|
||||
ESP_LOGVV(TAG, "%02X", recv_message[byte]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue