File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,16 +62,13 @@ jobs:
6262 run : pip install --upgrade platformio
6363
6464 - name : Build PlatformIO env:ESP32-Rev1toRev4
65- run : pio run -e esp32-Rev1toRev4
65+ run : pio run -e esp32
6666
6767 - name : Build PlatformIO env:ESP32_testboard-Rev1toRev4
68- run : pio run -e esp32_testboard-Rev1toRev4
68+ run : pio run -e esp32_testboard
6969
7070 - name : Build PlatformIO env:ESP32-S3-Rev5andHigher
71- run : pio run -e esp32-s3-Rev5andHigher
72-
73- - name : Build PlatformIO env:ESP32-S3_testboard-Rev5andHigher
74- run : pio run -e esp32-s3_testboard-Rev5andHigher
71+ run : pio run -e esp32-cheap_yellow_display
7572
7673 - name : Build PlatformIO env:macOS
7774 run : pio run -e macOS
Original file line number Diff line number Diff line change @@ -62,16 +62,13 @@ jobs:
6262 run : pip install --upgrade platformio
6363
6464 - name : Build PlatformIO env:ESP32-Rev1toRev4
65- run : pio run -e esp32-Rev1toRev4
65+ run : pio run -e esp32
6666
6767 - name : Build PlatformIO env:ESP32_testboard-Rev1toRev4
68- run : pio run -e esp32_testboard-Rev1toRev4
68+ run : pio run -e esp32_testboard
6969
7070 - name : Build PlatformIO env:ESP32-S3-Rev5andHigher
71- run : pio run -e esp32-s3-Rev5andHigher
72-
73- - name : Build PlatformIO env:ESP32-S3_testboard-Rev5andHigher
74- run : pio run -e esp32-s3_testboard-Rev5andHigher
71+ run : pio run -e esp32-cheap_yellow_display
7572
7673 - name : Build PlatformIO env:linux_64bit
7774 run : pio run -e linux_64bit
Original file line number Diff line number Diff line change @@ -62,16 +62,13 @@ jobs:
6262 run : pip install --upgrade platformio
6363
6464 - name : Build PlatformIO env:ESP32-Rev1toRev4
65- run : pio run -e esp32-Rev1toRev4
65+ run : pio run -e esp32
6666
6767 - name : Build PlatformIO env:ESP32_testboard-Rev1toRev4
68- run : pio run -e esp32_testboard-Rev1toRev4
68+ run : pio run -e esp32_testboard
6969
7070 - name : Build PlatformIO env:ESP32-S3-Rev5andHigher
71- run : pio run -e esp32-s3-Rev5andHigher
72-
73- - name : Build PlatformIO env:ESP32-S3_testboard-Rev5andHigher
74- run : pio run -e esp32-s3_testboard-Rev5andHigher
71+ run : pio run -e esp32-cheap_yellow_display
7572
7673 - name : Build PlatformIO env:windows_64bit
7774 if : ${{matrix.sys == 'mingw64'}}
You can’t perform that action at this time.
0 commit comments