Skip to content

Commit 4732087

Browse files
Fix selection
1 parent ac4f715 commit 4732087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ <h2>Install MicroPythonOS</h2>
204204
<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>
205205
</div>
206206
</div>
207-
<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>
207+
<!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
208+
<esp-web-install-button id="installButton" manifest="/manifests/esp32/MicroPythonOS_esp32_0.5.x.json"></esp-web-install-button>
208209
<div class="instructions">
209210
<h3>How to Use</h3>
210211
<ol>

0 commit comments

Comments
 (0)