We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28e708 commit 181e6cdCopy full SHA for 181e6cd
Build-Installer.ps1
@@ -178,7 +178,7 @@ function PrepareIdfPython {
178
179
function PrepareIdfDocumentation {
180
$FullFilePath = ".\build\$InstallerType\IDFdocumentation.pdf"
181
- $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"
182
183
if (Test-Path -Path $FullFilePath -PathType Leaf) {
184
"$FullFilePath found."
0 commit comments