Skip to content

Commit f553ca7

Browse files
Release 0.14.0
1 parent 754db7b commit f553ca7

5 files changed

Lines changed: 46 additions & 20 deletions

File tree

3.75 MB
Binary file not shown.
3.58 MB
Binary file not shown.

index.html

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,11 @@ <h2>Install MicroPythonOS</h2>
328328
<h2>Select Version</h2>
329329
<div class="device-selection">
330330

331-
<label><input type="radio" checked="checked" name="device" value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.13.x.json" onchange="updateManifest()">
332-
<p>Unified build for all supported ESP32-S3 devices: version 0.13.0</p>
331+
<label><input type="radio" checked="checked" name="device" value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.14.x.json" onchange="updateManifest()">
332+
<p>Unified build for all supported ESP32-S3 devices: version 0.14.0</p>
333333
</label>
334-
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.13.x.json" onchange="updateManifest()">
335-
<p>Unified build for all supported ESP32 devices: version 0.13.0</p>
334+
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.14.x.json" onchange="updateManifest()">
335+
<p>Unified build for all supported ESP32 devices: version 0.14.0</p>
336336
</label>
337337

338338
<br />
@@ -342,6 +342,20 @@ <h2>Select Version</h2>
342342
<div id="oldReleasesSection" class="old-releases-section">
343343
<div class="old-releases-label">These old releases are only here for archival, reverting, testing or troubleshooting.</div>
344344

345+
<label><input type="radio" checked="checked" name="device" value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.13.x.json" onchange="updateManifest()">
346+
<p>Unified build for all supported ESP32-S3 devices: version 0.13.0</p>
347+
</label>
348+
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.13.x.json" onchange="updateManifest()">
349+
<p>Unified build for all supported ESP32 devices: version 0.13.0</p>
350+
</label>
351+
352+
<label><input type="radio" checked="checked" name="device" value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.12.x.json" onchange="updateManifest()">
353+
<p>Unified build for all supported ESP32-S3 devices: version 0.12.2</p>
354+
</label>
355+
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.12.x.json" onchange="updateManifest()">
356+
<p>Unified build for all supported ESP32 devices: version 0.12.2</p>
357+
</label>
358+
345359
<label><input type="radio" checked="checked" name="device" value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.11.x.json" onchange="updateManifest()">
346360
<p>Unified build for all supported ESP32-S3 devices: version 0.11.2</p>
347361
</label>
@@ -355,22 +369,6 @@ <h2>Select Version</h2>
355369
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.10.x.json" onchange="updateManifest()">
356370
<p>Unified build for all supported ESP32 devices: version 0.10.0</p>
357371
</label>
358-
359-
<label><input type="radio" checked="checked" name="device" value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9.x.json" onchange="updateManifest()">
360-
<p>Unified build for all supported ESP32-S3 devices: version 0.9.6</p>
361-
</label>
362-
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.9.x.json" onchange="updateManifest()">
363-
<p>Unified build for all supported ESP32 devices: version 0.9.6</p>
364-
</label>
365-
366-
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.7.x.json" onchange="updateManifest()">
367-
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.7.1</p>
368-
</label>
369-
<br />
370-
371-
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json" onchange="updateManifest()">
372-
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6.0</p>
373-
</label>
374372
<br />
375373
</div>
376374
</div>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "MicroPythonOS",
3+
"version": "0.14.0",
4+
"funding_url": "https://MicroPythonOS.com",
5+
"new_install_prompt_erase": true,
6+
"builds": [
7+
{
8+
"chipFamily": "ESP32",
9+
"parts": [
10+
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.14.0.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "MicroPythonOS",
3+
"version": "0.14.0",
4+
"funding_url": "https://MicroPythonOS.com",
5+
"new_install_prompt_erase": true,
6+
"builds": [
7+
{
8+
"chipFamily": "ESP32-S3",
9+
"parts": [
10+
{ "path": "/firmware_images/esp32s3/MicroPythonOS_esp32s3_0.14.0.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)