Skip to content

Commit

Permalink
tools: prepare release 2.9 with ESP-IDFv4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jun 15, 2021
1 parent 8303b6f commit 112a0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build-Installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function PrepareIdfPython {
}

function PrepareIdfPythonWheels {
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\3.8-2021-01-21 `
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\3.8-2021-06-15 `
-FilePath version.txt `
-DistZip idf-python-wheels-3.8-2021-06-15-win64.zip `
-DownloadUrl https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2021-06-15-win64.zip
Expand Down
2 changes: 1 addition & 1 deletion src/InnoSetup/IdfToolsSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#define OFFLINE = 'no';
#endif
#ifndef PYTHONWHEELSVERSION
#define PYTHONWHEELSVERSION = '3.8-2021-01-21'
#define PYTHONWHEELSVERSION = '3.8-2021-06-15'
#endif

; Tool for managing ESP-IDF environments
Expand Down

0 comments on commit 112a0cc

Please sign in to comment.