Skip to content

Commit 4687223

Browse files
Release 0.14.2
1 parent f553ca7 commit 4687223

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

3.65 MB
Binary file not shown.
3.59 MB
Binary file not shown.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ <h2>Select Version</h2>
329329
<div class="device-selection">
330330

331331
<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>
332+
<p>Unified build for all supported ESP32-S3 devices: version 0.14.2</p>
333333
</label>
334334
<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>
335+
<p>Unified build for all supported ESP32 devices: version 0.14.2</p>
336336
</label>
337337

338338
<br />
@@ -374,7 +374,7 @@ <h2>Select Version</h2>
374374
</div>
375375
<!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
376376
<esp-web-install-button id="installButton"
377-
manifest="/manifests/esp32s3/MicroPythonOS_esp32s3_0.13.x.json"
377+
manifest="/manifests/esp32s3/MicroPythonOS_esp32s3_0.14.x.json"
378378
title="Your browser does not support WebSerial. Please use Chrome or Edge.">
379379
<button slot="activate" class="cta-button">Connect and install</button>
380380
<p slot="unsupported" class="unsupported-msg">

manifests/esp32/MicroPythonOS_esp32_0.14.x.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "MicroPythonOS",
3-
"version": "0.14.0",
3+
"version": "0.14.2",
44
"funding_url": "https://MicroPythonOS.com",
55
"new_install_prompt_erase": true,
66
"builds": [
77
{
88
"chipFamily": "ESP32",
99
"parts": [
10-
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.14.0.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.14.2.bin", "offset": 0 }
1111
]
1212
}
1313
]

manifests/esp32s3/MicroPythonOS_esp32s3_0.14.x.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "MicroPythonOS",
3-
"version": "0.14.0",
3+
"version": "0.14.2",
44
"funding_url": "https://MicroPythonOS.com",
55
"new_install_prompt_erase": true,
66
"builds": [
77
{
88
"chipFamily": "ESP32-S3",
99
"parts": [
10-
{ "path": "/firmware_images/esp32s3/MicroPythonOS_esp32s3_0.14.0.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32s3/MicroPythonOS_esp32s3_0.14.2.bin", "offset": 0 }
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)