Skip to content

Commit 7edcb04

Browse files
Release 0.8.0
1 parent e39b134 commit 7edcb04

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

3.49 MB
Binary file not shown.

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,23 @@ <h2>Install MicroPythonOS</h2>
330330
<h2>Select Version</h2>
331331
<div class="device-selection">
332332
<label><input type="radio" checked="checked" name="device"
333-
value="/manifests/esp32/MicroPythonOS_esp32_0.7.x.json" onchange="updateManifest()">
334-
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.7.1</p>
333+
value="/manifests/esp32/MicroPythonOS_esp32_0.8.x.json" onchange="updateManifest()">
334+
<p>Unified build for all ESP32-S3 devices (Makerfabs MaTouch, Waveshare and Fri3d Camp): version 0.8.0</p>
335335
</label>
336336
<br />
337+
337338
<button class="old-releases-toggle" onclick="toggleOldReleases()">Show old releases ▼</button>
339+
338340
<div id="oldReleasesSection" class="old-releases-section">
339341
<div class="old-releases-label">These old releases are only here for archival, reverting,
340342
testing or troubleshooting.</div>
341343

344+
<label><input type="radio" name="device"
345+
value="/manifests/esp32/MicroPythonOS_esp32_0.7.x.json" onchange="updateManifest()">
346+
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.7.1</p>
347+
</label>
348+
<br />
349+
342350
<label><input type="radio" name="device"
343351
value="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json" onchange="updateManifest()">
344352
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6.0</p>
@@ -402,7 +410,7 @@ <h2>Select Version</h2>
402410
</div>
403411
<!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
404412
<esp-web-install-button id="installButton"
405-
manifest="/manifests/esp32/MicroPythonOS_esp32_0.7.x.json"
413+
manifest="/manifests/esp32/MicroPythonOS_esp32_0.8.x.json"
406414
title="Your browser does not support WebSerial. Please use Chrome or Edge.">
407415
<button slot="activate" class="cta-button">Connect and install</button>
408416
<p slot="unsupported" class="unsupported-msg">
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.8.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.8.0.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)