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:
21
21
run : |
22
22
python -m pip install --upgrade pip
23
23
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
27
25
28
26
- name : Build PlatformIO Project D1
29
27
run : pio ci -c ./examples/DBTFT/platformio.ini -e d1_mini --build-dir /tmp/pio-build --keep-build-dir ./examples/DBTFT/src
30
28
31
29
- name : Upload esp8266
32
30
uses : actions/upload-artifact@v4
33
31
with :
34
- name : esp8266.bin
32
+ name : ESP8266-ILI9341
35
33
path : /tmp/pio-build/.pio/build/d1_mini/firmware.bin
36
34
37
35
- name : Build PlatformIO Project CYD 9341
40
38
- name : Upload CYD-ILI9341
41
39
uses : actions/upload-artifact@v4
42
40
with :
43
- name : CYD-9341.bin
41
+ name : CYD-ILI9341
44
42
path : /tmp/pio-build/.pio/build/2432s028r/firmware.bin
45
43
46
44
- name : Build PlatformIO Project CYD 7798
49
47
- name : Upload CYD-ST7798
50
48
uses : actions/upload-artifact@v4
51
49
with :
52
- name : CYD-7798.bin
50
+ name : CYD-ST7798
53
51
path : /tmp/pio-build/.pio/build/2432s028r_dualusb/firmware.bin
You can’t perform that action at this time.
0 commit comments