Skip to content

Commit 656b920

Browse files
authored
Merge pull request #252 from espressif/release-offline4.4.8-installer
Release offline installer with ESP-IDF v4.4.8
2 parents e2769c3 + 5b25eb9 commit 656b920

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/Resources/download/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,12 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
250250
</div>
251251

252252
<div class="download-button">
253-
<form method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-offline-4.4.7.exe">
253+
<form method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-offline-4.4.8.exe">
254254
<button class="button-offline">
255255
<i class="fa fa-download" aria-hidden="true"></i>
256-
<div>ESP-IDF v4.4.7 - Offline Installer</div>
256+
<div>ESP-IDF v4.4.8 - Offline Installer</div>
257257
<div>Windows 10, 11</div>
258-
<div>Size: 0.9 GB</div>
258+
<div>Size: 0.92 GB</div>
259259
</button>
260260
</form>
261261
</div>

src/Resources/download/releases.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"version": "4.4.8",
4+
"type": "offline",
5+
"date": "2024-07-01",
6+
"size": "0.92 GB"
7+
},
28
{
39
"version": "5.2.2",
410
"type": "offline",

0 commit comments

Comments
 (0)