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 cb93efb commit c572acaCopy full SHA for c572aca
.github/workflows/build-esp8266-esp32.yml
@@ -62,6 +62,8 @@ jobs:
62
run: |
63
python -m pip install --upgrade pip
64
pip install --upgrade platformio
65
+ - name: Install intelhex dependency
66
+ run: pip install intelhex
67
- name: Step 6 - Install library dependencies
68
69
pio pkg install -l "bblanchon/ArduinoJson" -l "links2004/WebSockets" -g
0 commit comments