From 450cfe26afa9551e519b411d5b107416d72d1fbc Mon Sep 17 00:00:00 2001 From: Todd Hooper Date: Sun, 20 Feb 2022 11:41:31 -0800 Subject: [PATCH] Fix typo - esptools.py should be esptool.py --- docs/getting-started/flashing-esp32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/flashing-esp32.md b/docs/getting-started/flashing-esp32.md index 964ea4a1..5408da78 100644 --- a/docs/getting-started/flashing-esp32.md +++ b/docs/getting-started/flashing-esp32.md @@ -186,7 +186,7 @@ values={[ :::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`. :::