We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621a910 commit 35b61bdCopy full SHA for 35b61bd
builder/esp32.py
@@ -570,7 +570,7 @@ def compile(): # NOQA
570
571
if not sys.platform.startswith('win'):
572
cmds = [
573
- [f'export "IDF_PATH={os.path.abspath(env["IDF_PATH"])}"'],
+ # [f'export "IDF_PATH={os.path.abspath(env["IDF_PATH"])}"'],
574
['cd', 'lib/esp-idf'],
575
['. ./export.sh'],
576
['cd ../..'],
@@ -723,7 +723,7 @@ def compile(): # NOQA
723
724
725
726
727
728
729
0 commit comments