Skip to content

Commit ac4f0bf

Browse files
committed
add cam_hal.h to include folder
1 parent 1b21a3f commit ac4f0bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
3434
$IDF_PATH/install.sh
3535
fi
3636

37+
#
38+
# Arduino needs cam_hal.h from esp32-camera in include folder
39+
#
40+
41+
cp "$IDF_PATH/components/esp32-camera/driver/private_include/cam_hal.h" "$IDF_PATH/components/esp32-camera/driver/include/"
42+
3743
#
3844
# SETUP ESP-IDF ENV
3945
#

0 commit comments

Comments
 (0)