Skip to content

Commit 5f46a29

Browse files
Release 0.11.2
1 parent bed368d commit 5f46a29

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

3.55 MB
Binary file not shown.
3.49 MB
Binary file not shown.

index.html

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

338338
<br />

manifests/esp32/MicroPythonOS_esp32_0.11.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.11.0",
3+
"version": "0.11.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.11.0.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.11.2.bin", "offset": 0 }
1111
]
1212
}
1313
]

manifests/esp32s3/MicroPythonOS_esp32s3_0.11.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.11.0",
3+
"version": "0.11.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.11.0.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32s3/MicroPythonOS_esp32s3_0.11.2.bin", "offset": 0 }
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)