Merge pull request #249 from Toddhooper/patch-1

Fix typo - esptools.py should be esptool.py
This commit is contained in:
Foster Irwin 2022-02-20 13:27:03 -07:00 committed by GitHub
commit d67b89ab27
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>