Skip to content

Commit 8b0ed87

Browse files
committed
tools: prepare release 2.9 with ESP-IDFv4.3 missing wheels
1 parent 112a0cc commit 8b0ed87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Build-Installer.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param (
44
[String]
55
$Compression = 'lzma',
66
[String]
7-
$IdfPythonWheelsVersion = '3.8-2021-01-21',
7+
$IdfPythonWheelsVersion = '3.8-2021-06-15',
88
[String]
99
$InstallerType = 'online',
1010
[String]
@@ -114,10 +114,10 @@ function PrepareIdfPython {
114114
}
115115

116116
function PrepareIdfPythonWheels {
117-
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\3.8-2021-06-15 `
117+
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\$IdfPythonWheelsVersion `
118118
-FilePath version.txt `
119-
-DistZip idf-python-wheels-3.8-2021-06-15-win64.zip `
120-
-DownloadUrl https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2021-06-15-win64.zip
119+
-DistZip idf-python-wheels-$IdfPythonWheelsVersion-win64.zip `
120+
-DownloadUrl https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-$IdfPythonWheelsVersion-win64.zip
121121
}
122122

123123
function PrepareIdfEclipse {

0 commit comments

Comments
 (0)