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 325d63b commit 08990f6Copy full SHA for 08990f6
.github/workflows/build-clang-doxy.yml
@@ -456,7 +456,7 @@ jobs:
456
mv nanopb/pb.h src/nanopb/nanopb.pb.h
457
- name: Install Dependencies
458
run: |
459
- pip install esptool==4.6
+ pip install esptool
460
- name: build ESP32 platforms
461
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
462
- name: Check artifacts
@@ -996,7 +996,7 @@ jobs:
996
997
998
999
- pip3 install esptool==4.6
+ pip3 install esptool
1000
1001
1002
0 commit comments