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.
2 parents 812b9a5 + 181e6cd commit db09a88Copy full SHA for db09a88
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