File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,11 @@ jobs:
8585 # latest_cam_driver=$(curl -s https://api.github.com/repos/espressif/esp32-camera/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
8686 # git clone --depth 1 --branch $latest_cam_driver https://github.com/espressif/esp32-camera.git
8787 git clone https://github.com/cnadler86/esp32-camera.git
88- git clone https://github.com/espressif/esp-adf-libs.git
8988 cd ~/esp-idf/
9089 source ./export.sh
91- # cd ~
92- # git clone https://github.com/espressif/esp-adf-libs.git
93- # cp -r ~/esp-adf-libs/esp_new_jpeg ~/esp-idf/components/
90+ cd ~
91+ git clone https://github.com/espressif/esp-adf-libs.git
92+ cp -r ~/esp-adf-libs/esp_new_jpeg ~/esp-idf/components/
9493
9594 # Dynamically create jobs for each board
9695 build :
You can’t perform that action at this time.
0 commit comments