Skip to content

Commit

Permalink
Merge pull request #245 from espressif/release-online-installer
Browse files Browse the repository at this point in the history
Release online installer 2.25
  • Loading branch information
jakub-kocka authored May 28, 2024
2 parents 83ccea7 + 8282b27 commit 8883c2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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.24.exe">
<form class="download-form" method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.25.exe">
<button class="button-online">
<i class="fa fa-download" aria-hidden="true"></i>
<div>Universal Online Installer 2.24</div>
<div>Universal Online Installer 2.25</div>
<div>Windows 10, 11</div>
<div>Size: 4 MB</div>
<div>Size: 4.24 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.25",
"type": "online",
"date": "2024-05-28",
"size": "4.24 MB"
},
{
"version": "5.1.4",
"type": "offline",
Expand Down

0 comments on commit 8883c2e

Please sign in to comment.