Skip to content

Commit

Permalink
Update merge_bin.sh
Browse files Browse the repository at this point in the history
fixes #44
  • Loading branch information
shufps authored Jan 3, 2025
1 parent d261426 commit 0de81ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fi

selected_bins=()
selected_bins_and_addrs=()
esptool_leading_args="--chip esp32s3 merge_bin --flash_mode dio --flash_size 8MB --flash_freq 80m"
esptool_leading_args="--chip esp32s3 merge_bin --flash_mode dio --flash_size 16MB --flash_freq 80m"

if [ "$update_only" -eq 1 ]; then
selected_bins+=(${BINS_UPDATE[@]})
Expand Down

0 comments on commit 0de81ab

Please sign in to comment.