Fix typo - esptools.py should be esptool.py

This commit is contained in:
Todd Hooper 2022-02-20 11:41:31 -08:00 committed by GitHub
parent 6ad6306d7e
commit 450cfe26af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ values={[
<TabItem value="windows">
:::important
On Windows, you must explicitly declare esptools as a .py script. Use `esptools.py chip_id`.
On Windows, you must explicitly declare esptool as a .py script. Use `esptool.py chip_id`.
:::
</TabItem>