Skip to content

Commit c447478

Browse files
Fix ESP32-S3
1 parent 12f0ddd commit c447478

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ <h2>Install MicroPythonOS</h2>
158158
<div class="instructions">
159159
<h3>How to Use</h3>
160160
<ol>
161-
<li>Connect your ESP device to your computer via USB.</li>
162-
<li>Put it in "Bootloader" mode by long-pressing the button.</li>
161+
<li>Connect the device to your computer via USB.</li>
162+
<li>Put it in "Bootloader" mode by long-pressing the button. You might have to try several times.</li>
163163
<li>Click the "Install" button above.</li>
164164
<li>Select your device from the browser's serial port prompt.</li>
165165
<li>Follow the on-screen instructions to complete the installation.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"new_install_prompt_erase": true,
66
"builds": [
77
{
8-
"chipFamily": "ESP32",
8+
"chipFamily": "ESP32-S3",
99
"parts": [
1010
{ "path": "/firmware_images/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.0.4.bin", "offset": 0 }
1111
]

0 commit comments

Comments
 (0)