File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 92
92
run : |
93
93
python -m pip install --upgrade pip
94
94
pip install --upgrade platformio
95
+ pip install --upgrade intelhex
95
96
96
97
- run : PLATFORMIO_SRC_DIR=examples/BlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci
97
98
- run : PLATFORMIO_SRC_DIR=examples/NonBlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci
@@ -137,6 +138,7 @@ jobs:
137
138
run : |
138
139
python -m pip install --upgrade pip
139
140
pip install --upgrade platformio
141
+ pip install --upgrade intelhex
140
142
141
143
- run : PLATFORMIO_SRC_DIR=examples/BlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci-esp8266
142
144
- run : PLATFORMIO_SRC_DIR=examples/NonBlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci-esp8266
@@ -181,6 +183,7 @@ jobs:
181
183
run : |
182
184
python -m pip install --upgrade pip
183
185
pip install --upgrade platformio
186
+ pip install --upgrade intelhex
184
187
185
188
- run : PLATFORMIO_SRC_DIR=examples/BlockingCaptivePortal pio run -e ${{ matrix.board }}-${{ matrix.platform }}
186
189
- run : PLATFORMIO_SRC_DIR=examples/NonBlockingCaptivePortal pio run -e ${{ matrix.board }}-${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments