Skip to content

Commit

Permalink
Merge pull request #259 from espressif/release-online-installer
Browse files Browse the repository at this point in the history
Release online installer 2.28 with ESP-IDF v
  • Loading branch information
jakub-kocka authored Aug 2, 2024
2 parents 1406a13 + 7533531 commit 9c732b0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 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.27"
#define MyAppVersion "2.28"
#endif

#define MyAppPublisher "Espressif Systems (Shanghai) Co. Ltd."
Expand Down
13 changes: 7 additions & 6 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.27.exe">
<form class="download-form" method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.28.exe">
<button class="button-online">
<i class="fa fa-download" aria-hidden="true"></i>
<div>Universal Online Installer 2.27</div>
<div>Universal Online Installer 2.28</div>
<div>Windows 10, 11</div>
<div>Size: 4.2 MB</div>
<div>Size: 4.37 MB</div>
</button>
</form>
</div>
Expand All @@ -215,7 +215,8 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
</form>
</div>

<div class="download-button">

<div class="download-button">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-offline-5.3.exe">
<button class="button-offline">
<i class="fa fa-download" aria-hidden="true"></i>
Expand All @@ -225,8 +226,8 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
</button>
</form>
</div>
<div class="download-button">
<div class="download-button">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-offline-5.2.2.exe">
<button class="button-offline">
<i class="fa fa-download" aria-hidden="true"></i>
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.28",
"type": "online",
"date": "2024-08-02",
"size": "4.37 MB"
},
{
"version": "5.3",
"type": "offline",
Expand Down

0 comments on commit 9c732b0

Please sign in to comment.