File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ function PrepareIdfPythonWheels {
124124}
125125
126126function PrepareIdfEclipse {
127- PrepareIdfPackage - BasePath build\$InstallerType \tools\idf- eclipse\2021 - 06 - R - win - iep220 `
128- - FilePath eclipse\ eclipse .exe `
129- - DistZip idf- eclipse- 2021 - 06 - R - win - iep220 .zip `
130- - DownloadUrl https:// s3.cn-north-1.amazonaws. com.cn / espdldata / dl/ idf- eclipse/ eclipse- cpp - 2021 - 06 - R - win - iep220 .zip
127+ PrepareIdfPackage - BasePath build\$InstallerType \tools\idf- eclipse\2021 - 09 `
128+ - FilePath eclipse.exe `
129+ - DistZip idf- eclipse- 2021 - 09 - win64 .zip `
130+ - DownloadUrl https:// dl.espressif. com/ dl/ idf- eclipse/ idf - eclipse- 2021 - 09 - win64 .zip
131131}
132132
133133function PrepareIdfDriver {
Original file line number Diff line number Diff line change 44
55function GetEclipsePath (FileName:String): String;
66begin
7- Result := ExpandConstant(' {app}\tools\idf-eclipse\{#ECLIPSE_VERSION}\eclipse\ ' ) + FileName;
7+ Result := ExpandConstant(' {app}\tools\idf-eclipse\{#ECLIPSE_VERSION}\' ) + FileName;
88end ;
99
1010function GetEclipseExePath ():String;
Original file line number Diff line number Diff line change 2525#define GitInstallerName " idf-git-" + GITVERSION + " -win64.zip"
2626#define GitInstallerDownloadURL " https://dl.espressif.com/dl/idf-git/" + GitInstallerName
2727
28- #define ECLIPSE_VERSION " 2021-06-R-win-iep220 "
29- #define ECLIPSE_INSTALLER " eclipse-cpp- " + ECLIPSE_VERSION + " .zip"
30- #define ECLIPSE_DOWNLOADURL " https://s3.cn-north-1.amazonaws. com.cn/espdldata /dl/idf-eclipse/" + ECLIPSE_INSTALLER
28+ #define ECLIPSE_VERSION " 2021-09 "
29+ #define ECLIPSE_INSTALLER " idf- eclipse-" + ECLIPSE_VERSION + " -win64 .zip"
30+ #define ECLIPSE_DOWNLOADURL " https://dl.espressif. com/dl/idf-eclipse/" + ECLIPSE_INSTALLER
3131
3232#define IDFVersionsURL " https://dl.espressif.com/dl/esp-idf/idf_versions.txt"
3333
You can’t perform that action at this time.
0 commit comments