Skip to content

Commit bf09b36

Browse files
Release 0.5.0
1 parent 1612afb commit bf09b36

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
3.36 MB
Binary file not shown.

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ <h2>Install MicroPythonOS</h2>
145145
<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>
146146
<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>
147147
<div class="device-selection">
148+
<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>
149+
<br/>
150+
Old releases, only for reverting or troubleshooting:
151+
<br/>
148152
<label><input type="radio" name="device" value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.4.x.json" onchange="updateManifest()"> Waveshare ESP32-S3-Touch-LCD-2: version 0.4.0</label>
149153
<label><input type="radio" name="device" value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.3.x.json" onchange="updateManifest()"> Waveshare ESP32-S3-Touch-LCD-2: version 0.3.2</label>
150154
<label><input type="radio" name="device" value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.2.x.json" onchange="updateManifest()"> Waveshare ESP32-S3-Touch-LCD-2: version 0.2.1</label>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "MicroPythonOS",
3+
"version": "0.5.0",
4+
"funding_url": "https://MicroPythonOS.com",
5+
"new_install_prompt_erase": true,
6+
"builds": [
7+
{
8+
"chipFamily": "ESP32-S3",
9+
"parts": [
10+
{ "path": "/firmware_images/esp32/MicroPythonOS_esp32_0.5.0.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)