Skip to content

Commit

Permalink
workflow: update sdkconfig 15
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Feb 7, 2024
1 parent 51ce2a2 commit 1897a84
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 = "https://github.com/$git_remote/"
firmware_images_url=$(echo $git_remote | sed 's|\(.*\)/\(.*\)|https://\1.github.io/\2/|')
EOF

Expand Down

0 comments on commit 1897a84

Please sign in to comment.