Skip to content

Commit d3a2a44

Browse files
authored
ESP32.yml aktualisieren
1 parent 7c8240b commit d3a2a44

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ESP32.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)