We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943b2cd commit adf8439Copy full SHA for adf8439
src/Resources/download/index.html
@@ -233,7 +233,7 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
233
<i class="fa fa-download" aria-hidden="true"></i>
234
<div>ESP-IDF v5.2.2 - Offline Installer</div>
235
<div>Windows 10, 11</div>
236
- <div>Size: 1 GB</div>
+ <div>Size: 1.01 GB</div>
237
</button>
238
</form>
239
</div>
src/Resources/download/releases.json
@@ -1,4 +1,10 @@
1
[
2
+ {
3
+ "version": "5.2.2",
4
+ "type": "offline",
5
+ "date": "2024-08-29",
6
+ "size": "1.01 GB"
7
+ },
8
{
9
"version": "2.28",
10
"type": "online",
0 commit comments