Skip to content

Commit

Permalink
fix: Fixed offline documentation download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-kocka committed Oct 7, 2024
1 parent f28e708 commit 181e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build-Installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function PrepareIdfPython {

function PrepareIdfDocumentation {
$FullFilePath = ".\build\$InstallerType\IDFdocumentation.pdf"
$DownloadUrl = "https://docs.espressif.com/projects/esp-idf/en/stable/esp32/esp-idf-en-$OfflineBranch-esp32.pdf"
$DownloadUrl = "https://docs.espressif.com/projects/esp-idf/en/$OfflineBranch/esp32/esp-idf-en-$OfflineBranch-esp32.pdf"

if (Test-Path -Path $FullFilePath -PathType Leaf) {
"$FullFilePath found."
Expand Down

0 comments on commit 181e6cd

Please sign in to comment.