We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0758450 commit 3892f22Copy full SHA for 3892f22
.github/workflows/ESP32.yml
@@ -150,8 +150,8 @@ jobs:
150
cd ${{ github.workspace }}
151
cd ..
152
git clone https://github.com/cnadler86/mp_jpeg.git
153
- cd ~/esp32-camera
154
- CAM_DRIVER=$(git describe --tags --always --dirty)
+ # cd ~/esp32-camera
+ # CAM_DRIVER=$(git describe --tags --always --dirty)
155
cd ~/micropython/ports/esp32
156
source ~/esp-idf/export.sh
157
0 commit comments