Skip to content

Commit 35b61bd

Browse files
committed
updates the esp32 build
1 parent 621a910 commit 35b61bd

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
@@ -570,7 +570,7 @@ def compile(): # NOQA
570570

571571
if not sys.platform.startswith('win'):
572572
cmds = [
573-
[f'export "IDF_PATH={os.path.abspath(env["IDF_PATH"])}"'],
573+
# [f'export "IDF_PATH={os.path.abspath(env["IDF_PATH"])}"'],
574574
['cd', 'lib/esp-idf'],
575575
['. ./export.sh'],
576576
['cd ../..'],
@@ -723,7 +723,7 @@ def compile(): # NOQA
723723

724724
if not sys.platform.startswith('win'):
725725
cmds = [
726-
[f'export "IDF_PATH={os.path.abspath(env["IDF_PATH"])}"'],
726+
# [f'export "IDF_PATH={os.path.abspath(env["IDF_PATH"])}"'],
727727
['cd', 'lib/esp-idf'],
728728
['. ./export.sh'],
729729
['cd ../..'],

0 commit comments

Comments
 (0)