mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Remove footer validation for fujitsu_general (#2196)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f923ba87c0
						
					
				
				
					commit
					9218e85bd6
				
			| @@ -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]); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user