File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,15 @@ jobs:
2121 run : |
2222 python -m pip install --upgrade pip
2323 pip install --upgrade platformio
24-
25- - name : Run esptoolpy
26- run : pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
24+ pip install --upgrade intelhex
2725
2826 - name : Build PlatformIO Project D1
2927 run : pio ci -c ./examples/DBTFT/platformio.ini -e d1_mini --build-dir /tmp/pio-build --keep-build-dir ./examples/DBTFT/src
3028
3129 - name : Upload esp8266
3230 uses : actions/upload-artifact@v4
3331 with :
34- name : esp8266.bin
32+ name : ESP8266-ILI9341
3533 path : /tmp/pio-build/.pio/build/d1_mini/firmware.bin
3634
3735 - name : Build PlatformIO Project CYD 9341
4038 - name : Upload CYD-ILI9341
4139 uses : actions/upload-artifact@v4
4240 with :
43- name : CYD-9341.bin
41+ name : CYD-ILI9341
4442 path : /tmp/pio-build/.pio/build/2432s028r/firmware.bin
4543
4644 - name : Build PlatformIO Project CYD 7798
4947 - name : Upload CYD-ST7798
5048 uses : actions/upload-artifact@v4
5149 with :
52- name : CYD-7798.bin
50+ name : CYD-ST7798
5351 path : /tmp/pio-build/.pio/build/2432s028r_dualusb/firmware.bin
You can’t perform that action at this time.
0 commit comments