Skip to content

Commit

Permalink
fixed flash freq
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Mar 27, 2024
1 parent 5d93de2 commit 63159b8
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 @@ -37,7 +37,7 @@ runs:
esptool.py --chip esp32 merge_bin \
-o ${{ github.workspace }}/jaam-merged.bin \
--flash_mode dio \
--flash_freq 80m \
--flash_freq 40m \
--flash_size 4MB \
0x1000 ${{ inputs.bootloader_path }} \
0x8000 ${{ inputs.partition_table_path }} \
Expand All @@ -58,7 +58,7 @@ runs:
esptool.py --chip esp32 merge_bin \
-o ${{ github.workspace }}/jaam-beta-merged.bin \
--flash_mode dio \
--flash_freq 80m \
--flash_freq 40m \
--flash_size 4MB \
0x1000 ${{ inputs.bootloader_path }} \
0x8000 ${{ inputs.partition_table_path }} \
Expand All @@ -79,7 +79,7 @@ runs:
esptool.py --chip esp32 merge_bin \
-o ${{ github.workspace }}/jaam-lite-merged.bin \
--flash_mode dio \
--flash_freq 80m \
--flash_freq 40m \
--flash_size 4MB \
0x1000 ${{ inputs.bootloader_path }} \
0x8000 ${{ inputs.partition_table_path }} \
Expand Down

0 comments on commit 63159b8

Please sign in to comment.