We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4f715 commit 4732087Copy full SHA for 4732087
1 file changed
index.html
@@ -204,7 +204,8 @@ <h2>Install MicroPythonOS</h2>
204
<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>
205
</div>
206
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>
+ <!-- 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>
209
<div class="instructions">
210
<h3>How to Use</h3>
211
<ol>
0 commit comments