mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Merge branch 'integration' into memory_api
This commit is contained in:
		| @@ -151,15 +151,15 @@ void IDFI2CBus::dump_config() { | ||||
|       break; | ||||
|   } | ||||
|   if (this->scan_) { | ||||
|     ESP_LOGI(TAG, "Results from bus scan:"); | ||||
|     ESP_LOGCONFIG(TAG, "Results from bus scan:"); | ||||
|     if (scan_results_.empty()) { | ||||
|       ESP_LOGI(TAG, "Found no devices"); | ||||
|       ESP_LOGCONFIG(TAG, "Found no devices"); | ||||
|     } else { | ||||
|       for (const auto &s : scan_results_) { | ||||
|         if (s.second) { | ||||
|           ESP_LOGI(TAG, "Found device at address 0x%02X", s.first); | ||||
|           ESP_LOGCONFIG(TAG, "Found device at address 0x%02X", s.first); | ||||
|         } else { | ||||
|           ESP_LOGE(TAG, "Unknown error at address 0x%02X", s.first); | ||||
|           ESP_LOGCONFIG(TAG, "Unknown error at address 0x%02X", s.first); | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user