Skip to content

Commit 4c02382

Browse files
Release 0.9.3
1 parent 1105877 commit 4c02382

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

3.78 MB
Binary file not shown.
3.77 MB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,11 @@ <h2>Select Version</h2>
329329
<div class="device-selection">
330330
<label><input type="radio" checked="checked" name="device"
331331
value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9.x.json" onchange="updateManifest()">
332-
<p>Unified build for all supported ESP32-S3 devices: version 0.9.2</p>
332+
<p>Unified build for all supported ESP32-S3 devices: version 0.9.3</p>
333333
</label>
334334
<label><input type="radio" name="device"
335335
value="/manifests/esp32/MicroPythonOS_esp32_0.9.x.json" onchange="updateManifest()">
336-
<p>Unified build for all supported ESP32 devices: version 0.9.2</p>
336+
<p>Unified build for all supported ESP32 devices: version 0.9.3</p>
337337
</label>
338338
<br />
339339

manifests/esp32/MicroPythonOS_esp32_0.9.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.9.2",
3+
"version": "0.9.3",
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.9.2.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.9.3.bin", "offset": 0 }
1111
]
1212
}
1313
]

manifests/esp32s3/MicroPythonOS_esp32s3_0.9.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.9.2",
3+
"version": "0.9.3",
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.9.2.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32s3/MicroPythonOS_esp32s3_0.9.3.bin", "offset": 0 }
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)