Skip to content

Commit

Permalink
Merge pull request #283 from espressif/release-online5.3.1-installer
Browse files Browse the repository at this point in the history
Release online installer 3.1.02.3 with ESP-IDF v5.3.1
  • Loading branch information
alirana01 authored Oct 9, 2024
2 parents db09a88 + d848f83 commit 1ae9e30
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 @@ -14,7 +14,7 @@
#ifdef VERSION
#define MyAppVersion VERSION
#else
#define MyAppVersion "2.28"
#define MyAppVersion "2.3"
#endif

#define MyAppPublisher "Espressif Systems (Shanghai) Co. Ltd."
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 @@ -194,12 +194,12 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>


<div class="download-button">
<form class="download-form" method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.28.exe">
<form class="download-form" method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.3.exe">
<button class="button-online">
<i class="fa fa-download" aria-hidden="true"></i>
<div>Universal Online Installer 2.28</div>
<div>Universal Online Installer 2.3</div>
<div>Windows 10, 11</div>
<div>Size: 4.37 MB</div>
<div>Size: 4.35 MB</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": "2.3",
"type": "online",
"date": "2024-10-09",
"size": "4.35 MB"
},
{
"version": "3.1.0-with-esp-idf-5.3.1",
"type": "espressif-ide",
Expand Down

0 comments on commit 1ae9e30

Please sign in to comment.