Skip to content

Commit

Permalink
Merge pull request #246 from espressif/release-ide-installer
Browse files Browse the repository at this point in the history
Release ide installer 3.0.0 with ESP-IDF v5.2.2
  • Loading branch information
jakub-kocka authored Jun 6, 2024
2 parents 8883c2e + 2975f08 commit 8022804
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/InnoSetup/IdfToolsSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define GitInstallerDownloadURL "https://dl.espressif.com/dl/idf-git/" + GitInstallerName

#ifndef ESPRESSIFIDEVERSION
#define ESPRESSIFIDEVERSION "2.9.1"
#define ESPRESSIFIDEVERSION "3.0.0"
#endif

#define ECLIPSE_INSTALLER "Espressif-IDE-" + ESPRESSIFIDEVERSION + "-win32.win32.x86_64.zip"
Expand Down
6 changes: 3 additions & 3 deletions src/Resources/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
</div>

<div class="download-button">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.12.0-with-esp-idf-5.1.2.exe">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-3.0.0-with-esp-idf-5.2.2.exe">
<button class="button-espressif-ide">
<i class="fa fa-download" aria-hidden="true"></i>
<div>Espressif-IDE 2.12.0 with ESP-IDF v5.1.2 - Offline Installer</div>
<div>Espressif-IDE 3.0.0 with ESP-IDF v5.2.2 - Offline Installer</div>
<div>Windows 10, 11</div>
<div>Size: 1 GB</div>
<div>Size: 1.93 GB</div>
</button>
</form>
</div>
Expand Down
6 changes: 6 additions & 0 deletions src/Resources/download/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"version": "3.0.0-with-esp-idf-5.2.2",
"type": "espressif-ide",
"date": "2024-06-06",
"size": "1.93 GB"
},
{
"version": "2.25",
"type": "online",
Expand Down

0 comments on commit 8022804

Please sign in to comment.