Skip to content

Commit fddfbc2

Browse files
Release 0.5.1
1 parent 3f8fde5 commit fddfbc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
3.41 MB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h2>Install MicroPythonOS</h2>
187187
<p>Click the button below to flash MicroPythonOS firmware onto your ESP device using WebSerial. Ensure your device is connected via USB and you're using a supported browser (e.g., Chrome or Edge).</p>
188188
<p>Don't have a device yet? Buy a supported one, like the <a href="https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2">Waveshare ESP32-S3-Touch-LCD-2</a>. Or check out <a href="https://docs.micropythonos.com">the docs</a> to see how you can run it on your desktop PC.</p>
189189
<div class="device-selection">
190-
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.5.x.json" onchange="updateManifest()"> Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.5.0</label>
190+
<label><input type="radio" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.5.x.json" onchange="updateManifest()"> Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.5.1</label>
191191
<br/>
192192
<button class="old-releases-toggle" onclick="toggleOldReleases()">Show old releases ▼</button>
193193
<div id="oldReleasesSection" class="old-releases-section">

manifests/esp32/MicroPythonOS_esp32_0.5.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.5.0",
3+
"version": "0.5.1",
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/esp32/MicroPythonOS_esp32_0.5.0.bin", "offset": 0 }
10+
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.5.1.bin", "offset": 0 }
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)