Skip to content

Commit 754db7b

Browse files
Release 0.13.0
1 parent a0b996f commit 754db7b

5 files changed

Lines changed: 33 additions & 5 deletions

File tree

3.71 MB
Binary file not shown.
3.55 MB
Binary file not shown.

index.html

Lines changed: 5 additions & 5 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.12.x.json" onchange="updateManifest()">
332-
<p>Unified build for all supported ESP32-S3 devices: version 0.12.2</p>
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>
333333
</label>
334-
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.12.x.json" onchange="updateManifest()">
335-
<p>Unified build for all supported ESP32 devices: version 0.12.2</p>
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>
336336
</label>
337337

338338
<br />
@@ -376,7 +376,7 @@ <h2>Select Version</h2>
376376
</div>
377377
<!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
378378
<esp-web-install-button id="installButton"
379-
manifest="/manifests/esp32s3/MicroPythonOS_esp32s3_0.12.x.json"
379+
manifest="/manifests/esp32s3/MicroPythonOS_esp32s3_0.13.x.json"
380380
title="Your browser does not support WebSerial. Please use Chrome or Edge.">
381381
<button slot="activate" class="cta-button">Connect and install</button>
382382
<p slot="unsupported" class="unsupported-msg">
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.13.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.13.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.13.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.13.0.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)