File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -337,12 +337,11 @@ jobs:
337
337
echo ${{ steps.get_board_json.outputs.boardJson }}
338
338
echo ${{ fromJson(steps.get_board_json.outputs.boardJson) }}
339
339
python3 -m esptool --chip ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.chip}} merge_bin \
340
- --flash_mode keep \
341
- --flash_freq keep \
342
- --flash_size keep \
343
- --fill-flash-size 4MB \
340
+ --flash_mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}} \
341
+ --flash_freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}} \
342
+ --flash_size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}} \
344
343
-o wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.combined.bin \
345
- 0x0 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bootloader.bin \
344
+ ${{ matrix.offset }} wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bootloader.bin \
346
345
0x8000 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.partitions.bin \
347
346
0xe000 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.boot_app0.bin \
348
347
0x10000 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bin
You can’t perform that action at this time.
0 commit comments