Skip to content

Commit

Permalink
search for chip
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Sep 15, 2022
1 parent dfdae23 commit 300e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
echo "::set-output name=boardJson::$content"
- name: Create combined binary using Esptool merge_bin
run: |
python3 -m esptool --chip esp32 merge_bin \
python3 -m esptool --chip ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.chip}} merge_bin \
--flash_mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}} \
--flash_freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}} \
--flash_size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}} \
Expand Down

0 comments on commit 300e12a

Please sign in to comment.