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 5731ce2 commit d0dc679Copy full SHA for d0dc679
.github/workflows/build-clang-doxy.yml
@@ -291,7 +291,7 @@ jobs:
291
mv nanopb/pb.h src/nanopb/nanopb.pb.h
292
- name: Install Dependencies
293
run: |
294
- pip3 install esptool
+ pip install esptool==4.6
295
- name: build ESP32 platforms
296
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
297
- name: Check artifacts
0 commit comments