Skip to content

Commit 5ffc497

Browse files
committed
updates environment variables for the esp32 build
1 parent 8b723bf commit 5ffc497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/esp32.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ def setup_idf_environ():
313313
for item in (
314314
'PATH',
315315
'IDF_PATH',
316-
'IDF_TOOLS_EXPORT_CMD',
317-
'IDF_TOOLS_INSTALL_CMD'
316+
'IDF_TOOLS_INSTALL_CMD',
317+
'IDF_DEACTIVATE_FILE_PATH'
318318
):
319319
if item not in temp_env:
320320
print(output)

0 commit comments

Comments
 (0)