Skip to content

Commit d795ecb

Browse files
Release 0.9.0 and add esp32 vs esp32s3 distinction
1 parent f519a01 commit d795ecb

16 files changed

+92
-4
lines changed
3.62 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3.61 MB
Binary file not shown.

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,14 @@ <h2>Install MicroPythonOS</h2>
328328
<h2>Select Version</h2>
329329
<div class="device-selection">
330330
<label><input type="radio" checked="checked" name="device"
331-
value="/manifests/esp32/MicroPythonOS_esp32_0.8.x.json" onchange="updateManifest()">
332-
<p>Unified build for all supported ESP32-S3 devices: version 0.8.0</p>
331+
value="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9.x.json" onchange="updateManifest()">
332+
<p>Unified build for all supported ESP32-S3 devices: version 0.9.0</p>
333333
</label>
334-
<br />
334+
<label><input type="radio" name="device"
335+
value="/manifests/esp32/MicroPythonOS_esp32_0.9.x.json" onchange="updateManifest()">
336+
<p>Unified build for all supported ESP32 devices: version 0.9.0</p>
337+
</label>
338+
<br />
335339

336340
<button class="old-releases-toggle" onclick="toggleOldReleases()">Show old releases ▼</button>
337341

@@ -408,7 +412,7 @@ <h2>Select Version</h2>
408412
</div>
409413
<!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
410414
<esp-web-install-button id="installButton"
411-
manifest="/manifests/esp32/MicroPythonOS_esp32_0.8.x.json"
415+
manifest="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9.x.json"
412416
title="Your browser does not support WebSerial. Please use Chrome or Edge.">
413417
<button slot="activate" class="cta-button">Connect and install</button>
414418
<p slot="unsupported" class="unsupported-msg">

0 commit comments

Comments
 (0)