Skip to content

Commit 70ed5e9

Browse files
Release 0.6.0
1 parent 5155c03 commit 70ed5e9

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
3.47 MB
Binary file not shown.

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,13 @@ <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" checked="checked" 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.2</label>
190+
<label><input type="radio" checked="checked" name="device" value="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json" onchange="updateManifest()"> Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6.0</label>
191191
<br/>
192192
<button class="old-releases-toggle" onclick="toggleOldReleases()">Show old releases ▼</button>
193193
<div id="oldReleasesSection" class="old-releases-section">
194194
<div class="old-releases-label">These old releases are only here for archival, reverting, testing or troubleshooting.</div>
195+
<label><input type="radio" checked="checked" 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.2</label>
196+
<br/>
195197
<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>
196198
<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>
197199
<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>
@@ -205,7 +207,7 @@ <h2>Install MicroPythonOS</h2>
205207
</div>
206208
</div>
207209
<!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
208-
<esp-web-install-button id="installButton" manifest="/manifests/esp32/MicroPythonOS_esp32_0.5.x.json"></esp-web-install-button>
210+
<esp-web-install-button id="installButton" manifest="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json"></esp-web-install-button>
209211
<div class="instructions">
210212
<h3>How to Use</h3>
211213
<ol>
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.6.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.6.0.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)