mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-29 06:36:47 +00:00
Mention driver
This commit is contained in:
parent
1df019ba21
commit
66d9ff9528
25
index.html
25
index.html
@ -97,7 +97,8 @@
|
||||
<p>
|
||||
<i>
|
||||
Note, this only works in desktop Chrome and Edge. Android support
|
||||
should be possible but has not been implemented yet.
|
||||
should be possible but has not been implemented yet. If you don't see
|
||||
your ESP device, you need <a href="#drivers">drivers</a>.
|
||||
</i>
|
||||
</p>
|
||||
<p>
|
||||
@ -384,6 +385,28 @@ espWebInstallButton.addEventListener(
|
||||
);
|
||||
</script>
|
||||
</pre>
|
||||
<h3 id="drivers">USB Serial Drivers</h3>
|
||||
<p>
|
||||
If the serial port is not showing up, your computer might be missing the
|
||||
drivers for the USB serial chip used in your ESP device. These drivers
|
||||
work for most ESP devices:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
CP2102 (square chip):
|
||||
<a
|
||||
href="https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers"
|
||||
>driver</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
CH341:
|
||||
<a
|
||||
href="https://github.com/nodemcu/nodemcu-devkit/tree/master/Drivers"
|
||||
>driver</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="footer">
|
||||
<div>
|
||||
ESP Web Tools –
|
||||
|
Loading…
x
Reference in New Issue
Block a user