mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	update espressif's esp32-camera library to 2.1.1 (#10090)
This commit is contained in:
		| @@ -345,7 +345,7 @@ async def to_code(config): | |||||||
|     cg.add_define("USE_CAMERA") |     cg.add_define("USE_CAMERA") | ||||||
|  |  | ||||||
|     if CORE.using_esp_idf: |     if CORE.using_esp_idf: | ||||||
|         add_idf_component(name="espressif/esp32-camera", ref="2.1.0") |         add_idf_component(name="espressif/esp32-camera", ref="2.1.1") | ||||||
|  |  | ||||||
|     for conf in config.get(CONF_ON_STREAM_START, []): |     for conf in config.get(CONF_ON_STREAM_START, []): | ||||||
|         trigger = cg.new_Pvariable(conf[CONF_TRIGGER_ID], var) |         trigger = cg.new_Pvariable(conf[CONF_TRIGGER_ID], var) | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ dependencies: | |||||||
|   espressif/esp-tflite-micro: |   espressif/esp-tflite-micro: | ||||||
|     version: 1.3.3~1 |     version: 1.3.3~1 | ||||||
|   espressif/esp32-camera: |   espressif/esp32-camera: | ||||||
|     version: 2.1.0 |     version: 2.1.1 | ||||||
|   espressif/mdns: |   espressif/mdns: | ||||||
|     version: 1.8.2 |     version: 1.8.2 | ||||||
|   espressif/esp_wifi_remote: |   espressif/esp_wifi_remote: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user