Skip to content

Commit 621a910

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ def setup_idf_environ():
385385

386386
cmds = [
387387
[f'export "IDF_PATH={os.path.abspath(env["IDF_PATH"])}"'],
388-
['. ./export.sh'],
389388
['cd', idf_path],
389+
['. ./export.sh'],
390390
['printenv']
391391
]
392392

0 commit comments

Comments
 (0)