Skip to content

Commit 1105877

Browse files
Release 0.9.2
1 parent 98808d8 commit 1105877

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
3.96 MB
Binary file not shown.
3.95 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.1</p>
332+
<p>Unified build for all supported ESP32-S3 devices: version 0.9.2</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.1</p>
336+
<p>Unified build for all supported ESP32 devices: version 0.9.2</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.1",
3+
"version": "0.9.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.9.1.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.9.2.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.1",
3+
"version": "0.9.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.9.1.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32s3/MicroPythonOS_esp32s3_0.9.2.bin", "offset": 0 }
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)