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 7c89e09 commit 107c123Copy full SHA for 107c123
.github/workflows/release.yml
@@ -123,6 +123,12 @@ jobs:
123
- name: ESP32_GENERIC_S3-SPIRAM_OCT-32_OCTFLASH
124
run: python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT --flash-size=32 --octal-flash DISPLAY=all INDEV=all EXPANDER=all --ccache --no-scrub
125
126
+ - name: ESP32_GENERIC_P4-4
127
+ run: python3 make.py esp32 BOARD=ESP32_GENERIC_P4 --flash-size=4 DISPLAY=all INDEV=all EXPANDER=all --ccache --no-scrub
128
+
129
+ - name: ESP32_GENERIC_P4-8
130
+ run: python3 make.py esp32 BOARD=ESP32_GENERIC_P4 --flash-size=8 DISPLAY=all INDEV=all EXPANDER=all --ccache --no-scrub
131
132
# rp2-rel:
133
# runs-on: ubuntu-latest
134
# steps:
0 commit comments