Skip to content

Commit

Permalink
changed esptool command
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Mar 27, 2024
1 parent b88a6c9 commit 3c2df43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
if: ${{ inputs.binary_path != '' }}
shell: bash
run: |
esptool --chip esp32 merge_bin \
esptool.py --chip esp32 merge_bin \
-o ${{ github.workspace }}/jaam-merged.bin \
--flash_mode dio \
--flash_freq 80m \
Expand All @@ -55,7 +55,7 @@ runs:
if: ${{ inputs.beta_binary_path != '' }}
shell: bash
run: |
esptool --chip esp32 merge_bin \
esptool.py --chip esp32 merge_bin \
-o ${{ github.workspace }}/jaam-beta-merged.bin \
--flash_mode dio \
--flash_freq 80m \
Expand All @@ -76,7 +76,7 @@ runs:
if: ${{ inputs.lite_binary_path != '' }}
shell: bash
run: |
esptool --chip esp32 merge_bin \
esptool.py --chip esp32 merge_bin \
-o ${{ github.workspace }}/jaam-lite-merged.bin \
--flash_mode dio \
--flash_freq 80m \
Expand Down

0 comments on commit 3c2df43

Please sign in to comment.