Skip to content

Commit 5688ab7

Browse files
Release 0.7.0
1 parent 5ca2ede commit 5688ab7

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed
3.47 MB
Binary file not shown.

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,20 +330,28 @@ <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.6.x.json" onchange="updateManifest()">
334-
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6.0</p>
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.0</p>
335335
</label>
336336
<br />
337337
<button class="old-releases-toggle" onclick="toggleOldReleases()">Show old releases ▼</button>
338338
<div id="oldReleasesSection" class="old-releases-section">
339339
<div class="old-releases-label">These old releases are only here for archival, reverting,
340340
testing or troubleshooting.</div>
341+
342+
<label><input type="radio" checked="checked" name="device"
343+
value="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json" onchange="updateManifest()">
344+
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6.0</p>
345+
</label>
346+
<br />
347+
341348
<label><input type="radio" name="device"
342349
value="/manifests/esp32/MicroPythonOS_esp32_0.5.x.json" onchange="updateManifest()">
343350
<p>Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.5.2
344351
</p>
345352
</label>
346353
<br />
354+
347355
<label><input type="radio" name="device"
348356
value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.4.x.json"
349357
onchange="updateManifest()">
@@ -394,7 +402,7 @@ <h2>Select Version</h2>
394402
</div>
395403
<!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
396404
<esp-web-install-button id="installButton"
397-
manifest="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json"
405+
manifest="/manifests/esp32/MicroPythonOS_esp32_0.7.x.json"
398406
title="Your browser does not support WebSerial. Please use Chrome or Edge.">
399407
<button slot="activate" class="cta-button">Connect and install</button>
400408
<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.7.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.7.0.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)