Skip to content

Commit

Permalink
workflow: update sdkconfig 16
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Feb 7, 2024
1 parent 1897a84 commit ca02730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/launchpad/generate_launchpad_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git_remote="$1"

cat <<EOF >> $OUT_FILE
esp_toml_version = 1.0
firmware_images_url=$(echo $git_remote | sed 's|\(.*\)/\(.*\)|https://\1.github.io/\2/|')
firmware_images_url = $(echo $git_remote | sed 's|\(.*\)/\(.*\)|https://\1.github.io/\2/|')
EOF

Expand Down

0 comments on commit ca02730

Please sign in to comment.