Skip to content

Commit

Permalink
Merge pull request #229 from espressif/release-offline-installer
Browse files Browse the repository at this point in the history
Release offline installer  with ESP-IDF v4.4.7
  • Loading branch information
jakub-kocka committed Mar 8, 2024
2 parents 2f64585 + fc475f4 commit 9ea3ef6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/Resources/download/index.html
Expand Up @@ -244,16 +244,15 @@ <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/esp-idf-tools-setup-offline-4.4.6.exe">
<button class="button-offline">
<i class="fa fa-download" aria-hidden="true"></i>
<div>ESP-IDF v4.4.6 - Offline Installer</div>
<div>Windows 10, 11</div>
<div>Size: 794 MB</div>
</button>
</form>
</div>

<form method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-offline-4.4.7.exe">
<button class="button-offline">
<i class="fa fa-download" aria-hidden="true"></i>
<div>ESP-IDF v4.4.7 - Offline Installer</div>
<div>Windows 10, 11</div>
<div>Size: 0.9 GB</div>
</button>
</form>
</div>

</div>
<div class="instructions">
Expand Down
6 changes: 6 additions & 0 deletions src/Resources/download/releases.json
@@ -1,4 +1,10 @@
[
{
"version": "4.4.7",
"type": "offline",
"date": "2024-03-08",
"size": "0.9 GB"
},
{
"version": "5.2.1",
"type": "offline",
Expand Down

0 comments on commit 9ea3ef6

Please sign in to comment.