Skip to content

Commit 8d97da2

Browse files
Release 0.3.2
1 parent fbd979a commit 8d97da2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ <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><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.1</label>
148+
<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>
149149
<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>
150150
<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>
151151
<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>
152152
<br/>
153-
<label><input type="radio" name="device" value="/manifests/Fri3d-Camp/fri3d-2024/fri3d-2024_0.3.x.json" onchange="updateManifest()"> Fri3d Camp 2024 Badge: version 0.3.1</label>
153+
<label><input type="radio" name="device" value="/manifests/Fri3d-Camp/fri3d-2024/fri3d-2024_0.3.x.json" onchange="updateManifest()"> Fri3d Camp 2024 Badge: version 0.3.2</label>
154154
<label><input type="radio" name="device" value="/manifests/Fri3d-Camp/fri3d-2024/fri3d-2024_0.2.x.json" onchange="updateManifest()"> Fri3d Camp 2024 Badge: version 0.2.1</label>
155155
<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>
156156
</div>

manifests/Fri3d-Camp/fri3d-2024/fri3d-2024_0.3.x.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "MicroPythonOS",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"funding_url": "https://MicroPythonOS.com",
55
"new_install_prompt_erase": true,
66
"builds": [
77
{
88
"chipFamily": "ESP32-S3",
99
"parts": [
10-
{ "path": "/firmware_images/Fri3d-Camp/fri3d-2024/MicroPythonOS_fri3d-2024_prod_0.3.1.bin", "offset": 0 }
10+
{ "path": "/firmware_images/Fri3d-Camp/fri3d-2024/MicroPythonOS_fri3d-2024_prod_0.3.2.bin", "offset": 0 }
1111
]
1212
}
1313
]

manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.3.x.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "MicroPythonOS",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"funding_url": "https://MicroPythonOS.com",
55
"new_install_prompt_erase": true,
66
"builds": [
77
{
88
"chipFamily": "ESP32-S3",
99
"parts": [
10-
{ "path": "/firmware_images/Waveshare/ESP32-S3-Touch-LCD-2/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod_0.3.1.bin", "offset": 0 }
10+
{ "path": "/firmware_images/Waveshare/ESP32-S3-Touch-LCD-2/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod_0.3.2.bin", "offset": 0 }
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)