You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
358 B
11 lines
358 B
$env:IDF_PYTHON_ENV_PATH = "C:\Espressif\python_env\idf5.5_py3.11_env"
|
|
$env:IDF_PATH = "C:\Espressif\frameworks\esp-idf-v5.5.2"
|
|
$env:IDF_TOOLS_PATH = "C:\Espressif"
|
|
$env:MSYSTEM = $null
|
|
$env:SHELL = $null
|
|
$env:SHLVL = $null
|
|
$env:TERM = $null
|
|
Set-Location "C:\git\channel3\esp32_channel3"
|
|
. "C:\Espressif\Initialize-Idf.ps1"
|
|
idf.py build
|
|
idf.py -p COM5 flash
|