소스 검색

Add server_camera.h include to ClassControllCamera.cpp

SybexXx 3 달 전
부모
커밋
3cf67169f3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      code/components/jomjol_controlcamera/ClassControllCamera.cpp

+ 1 - 0
code/components/jomjol_controlcamera/ClassControllCamera.cpp

@@ -26,6 +26,7 @@
 #include "freertos/FreeRTOS.h"
 #include "freertos/task.h"
 
+#include "server_camera.h"
 #include "esp_camera.h"
 
 #include "driver/ledc.h"