mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Update inkbird_ibsth1_mini.cpp (#3664)
This commit is contained in:
		| @@ -55,7 +55,7 @@ bool InkbirdIbstH1Mini::parse_device(const esp32_ble_tracker::ESPBTDevice &devic | |||||||
|     ESP_LOGVV(TAG, "parse_device(): manufacturer data element length is expected to be of length 7"); |     ESP_LOGVV(TAG, "parse_device(): manufacturer data element length is expected to be of length 7"); | ||||||
|     return false; |     return false; | ||||||
|   } |   } | ||||||
|   if (mnf_data.data[6] != 8) { |   if ((mnf_data.data[6] != 8) && (mnf_data.data[6] != 6)) { | ||||||
|     ESP_LOGVV(TAG, "parse_device(): unexpected data"); |     ESP_LOGVV(TAG, "parse_device(): unexpected data"); | ||||||
|     return false; |     return false; | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user