Skip to content

Commit

Permalink
Merge pull request #253 from espressif/release-online-installer
Browse files Browse the repository at this point in the history
Release online installer 2.27 with ESP-IDF v
  • Loading branch information
jakub-kocka committed Jul 1, 2024
2 parents 656b920 + 3b28234 commit c2e97f7
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.26"
#define MyAppVersion "2.27"
#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.26.exe">
<form class="download-form" method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.27.exe">
<button class="button-online">
<i class="fa fa-download" aria-hidden="true"></i>
<div>Universal Online Installer 2.26</div>
<div>Universal Online Installer 2.27</div>
<div>Windows 10, 11</div>
<div>Size: 4.24 MB</div>
<div>Size: 4.2 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.27",
"type": "online",
"date": "2024-07-01",
"size": "4.2 MB"
},
{
"version": "4.4.8",
"type": "offline",
Expand Down

0 comments on commit c2e97f7

Please sign in to comment.