Skip to content

Commit 2a9d608

Browse files
Improve instructions
1 parent c447478 commit 2a9d608

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>MicroPythonOS Installer</title>
7-
<!-- Step 1: Load ESP Web Tools JavaScript -->
87
<script
98
type="module"
109
src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"
@@ -153,18 +152,17 @@ <h1>MicroPythonOS</h1>
153152
<div class="container">
154153
<h2>Install MicroPythonOS</h2>
155154
<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>
156-
<!-- Step 2: ESP Web Install Button -->
157155
<esp-web-install-button manifest="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2.json" ></esp-web-install-button>
158156
<div class="instructions">
159157
<h3>How to Use</h3>
160158
<ol>
161159
<li>Connect the device to your computer via USB.</li>
162160
<li>Put it in "Bootloader" mode by long-pressing the button. You might have to try several times.</li>
161+
<li>Start a webbrowser with WebSerial support like Google Chrome or Edge.</li>
163162
<li>Click the "Install" button above.</li>
164163
<li>Select your device from the browser's serial port prompt.</li>
165164
<li>Follow the on-screen instructions to complete the installation.</li>
166165
</ol>
167-
<p><strong>Note:</strong> Use a compatible browser like Google Chrome or Edge for WebSerial support.</p>
168166
</div>
169167
</div>
170168
</section>

0 commit comments

Comments
 (0)