Skip to content

Commit 45ffc1e

Browse files
committed
attempt to fill flash size
1 parent a999a73 commit 45ffc1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ jobs:
340340
--flash_mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}} \
341341
--flash_freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}} \
342342
--flash_size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}} \
343+
--fill-flash-size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}} \
343344
-o wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.combined.bin \
344345
${{ matrix.offset }} wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bootloader.bin \
345346
0x8000 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.partitions.bin \

0 commit comments

Comments
 (0)