mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	| @@ -17,7 +17,7 @@ from esphome.const import ( | ||||
|     CONF_VSYNC_PIN, | ||||
| ) | ||||
| from esphome.core import CORE | ||||
| from esphome.components.esp32 import add_idf_sdkconfig_option | ||||
| from esphome.components.esp32 import add_idf_component | ||||
| from esphome.cpp_helpers import setup_entity | ||||
|  | ||||
| DEPENDENCIES = ["esp32"] | ||||
| @@ -290,8 +290,11 @@ async def to_code(config): | ||||
|     cg.add_define("USE_ESP32_CAMERA") | ||||
|  | ||||
|     if CORE.using_esp_idf: | ||||
|         cg.add_library("espressif/esp32-camera", "1.0.0") | ||||
|         add_idf_sdkconfig_option("CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC", True) | ||||
|         add_idf_component( | ||||
|             name="esp32-camera", | ||||
|             repo="https://github.com/espressif/esp32-camera.git", | ||||
|             ref="v2.0.9", | ||||
|         ) | ||||
|  | ||||
|     for conf in config.get(CONF_ON_STREAM_START, []): | ||||
|         trigger = cg.new_Pvariable(conf[CONF_TRIGGER_ID], var) | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| dependencies: | ||||
|   esp-tflite-micro: | ||||
|     git: https://github.com/espressif/esp-tflite-micro.git | ||||
|   esp32_camera: | ||||
|     git: https://github.com/espressif/esp32-camera.git | ||||
|     version: v2.0.9 | ||||
|   mdns: | ||||
|     git: https://github.com/espressif/esp-protocols.git | ||||
|     version: mdns-v1.2.5 | ||||
|   | ||||
| @@ -142,7 +142,6 @@ platform_packages = | ||||
| framework = espidf | ||||
| lib_deps = | ||||
|     ${common:idf.lib_deps} | ||||
|     espressif/esp32-camera@1.0.0  ; esp32_camera | ||||
|     droscy/esp_wireguard@0.4.1    ; wireguard | ||||
| build_flags = | ||||
|     ${common:idf.build_flags} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user