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 9b79afc commit f73a970Copy full SHA for f73a970
.github/workflows/build-clang-doxy.yml
@@ -465,7 +465,7 @@ jobs:
465
mv nanopb/pb.h src/nanopb/nanopb.pb.h
466
- name: Install Dependencies
467
run: |
468
- pip install esptool
+ pip install esptool==4.6
469
- name: build ESP32 platforms
470
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
471
- name: Check artifacts
@@ -1005,7 +1005,7 @@ jobs:
1005
1006
1007
1008
- pip3 install esptool
+ pip3 install esptool==4.6
1009
1010
1011
0 commit comments