feat(tools): add espsecure.py to the Windows export scripts

This is not needed on Linux/macOS where the path to esptool directory
is added to PATH.
This commit is contained in:
Ivan Grokhotkov
2022-10-24 10:44:24 +02:00
committed by Marek Fiala
parent 01d4c4740a
commit 93d1d996b7
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ if not "%PATH_ADDITIONS%"=="" echo %PATH_ADDITIONS:;=&echo. %
DOSKEY idf.py=python.exe "%IDF_PATH%\tools\idf.py" $*
DOSKEY esptool.py=python.exe "%IDF_PATH%\components\esptool_py\esptool\esptool.py" $*
DOSKEY espefuse.py=python.exe "%IDF_PATH%\components\esptool_py\esptool\espefuse.py" $*
DOSKEY espsecure.py=python.exe "%IDF_PATH%\components\esptool_py\esptool\espsecure.py" $*
DOSKEY otatool.py=python.exe "%IDF_PATH%\components\app_update\otatool.py" $*
DOSKEY parttool.py=python.exe "%IDF_PATH%\components\partition_table\parttool.py" $*