Skip to content

Commit 6d50dff

Browse files
Release 0.1.1
1 parent 4f1fc00 commit 6d50dff

5 files changed

Lines changed: 33 additions & 6 deletions

File tree

Binary file not shown.

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,18 @@ <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>
149-
<input type="radio" name="device" value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.0.11.json" onchange="updateManifest()"> Waveshare ESP32-S3-Touch-LCD-2: version 0.0.11
150-
</label>
151-
<label>
152-
<input type="radio" name="device" value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.0.9.json" onchange="updateManifest()"> Waveshare ESP32-S3-Touch-LCD-2: version 0.0.9
153-
</label>
148+
<label><input type="radio" name="device" value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.1.1.json" onchange="updateManifest()"> Waveshare ESP32-S3-Touch-LCD-2: version 0.1.1</label>
149+
<label><input type="radio" name="device" value="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.0.9.json" onchange="updateManifest()"> Waveshare ESP32-S3-Touch-LCD-2: version 0.0.9</label>
154150
<br/>
151+
<label><input type="radio" name="device" value="/manifests/Fri3d-Camp/fri3d-2024/fri3d-2024_0.1.1.json" onchange="updateManifest()"> Fri3d Camp 2024 Badge: version 0.1.1</label>
152+
<!--
155153
<label>
156154
<input type="radio" name="device" value="/manifests/Fri3d-Camp/fri3d-2024/fri3d-2024_0.0.11.json" onchange="updateManifest()"> Fri3d Camp 2024 Badge: version 0.0.11
157155
</label>
158156
<label>
159157
<input type="radio" name="device" value="/manifests/Fri3d-Camp/fri3d-2024/fri3d-2024_0.0.10.json" onchange="updateManifest()"> Fri3d Camp 2024 Badge: version 0.0.10
160158
</label>
159+
-->
161160
</div>
162161
<esp-web-install-button id="installButton" manifest="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2.json"></esp-web-install-button>
163162
<div class="instructions">
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.1.1",
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/Fri3d-Camp/fri3d-2024/MicroPythonOS_fri3d-2024_prod_0.1.1.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}
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.1.1",
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/Waveshare/ESP32-S3-Touch-LCD-2/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod_0.1.1.bin", "offset": 0 }
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)