File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 96
96
" qtpy_esp32s2" ,
97
97
" feather_esp32s3_reverse_tft" ,
98
98
" qtpy_esp32s3_n4r2" ,
99
+ " esp32s3_devkitc_1_n8" ,
100
+ " xiao_esp32s3" ,
99
101
]
100
102
steps :
101
103
- uses : actions/setup-python@v5
@@ -259,9 +261,9 @@ jobs:
259
261
name : Create new_flash_args file from flash_args with added app bin + output file
260
262
run : |
261
263
# Create new_flash_args with esptool parameters first and output file
262
- echo "--flash-mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}}" > new_flash_args
263
- echo "--flash-freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}}" >> new_flash_args
264
- echo "--flash-size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}}" >> new_flash_args
264
+ echo "--flash-mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode || 'keep' }}" > new_flash_args
265
+ echo "--flash-freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq || 'keep' }}" >> new_flash_args
266
+ echo "--flash-size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize || 'keep' }}" >> new_flash_args
265
267
echo "-o wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.combined.bin" >> new_flash_args
266
268
267
269
# Append flash_args content to new_flash_args, skipping the first line
You can’t perform that action at this time.
0 commit comments