We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bd13d commit 0b48162Copy full SHA for 0b48162
build.sh
@@ -213,6 +213,11 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
213
done
214
215
216
+#
217
+# Arduino needs cam_hal.h from esp32-camera in include folder
218
219
+cp "$AR_MAN_COMPS/espressif__esp32-camera/driver/private_include/cam_hal.h" "$AR_MAN_COMPS/espressif__esp32-camera/driver/include/"
220
+
221
# update package_esp32_index.template.json
222
if [ "$BUILD_TYPE" = "all" ]; then
223
python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"
0 commit comments