Skip to content

Commit

Permalink
Merge pull request #326 from brentru/update-workflow-for-c3
Browse files Browse the repository at this point in the history
Add web uploader support for chip type
  • Loading branch information
brentru authored Sep 15, 2022
2 parents dfdae23 + 300e12a commit 29f2b20
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 29f2b20

Please sign in to comment.