Skip to content

Commit 6422039

Browse files
committed
Add comment
1 parent 494b6c0 commit 6422039

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

builder/frameworks/esp8266-rtos-sdk.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
if not os.path.isfile(SDKCONFIG_PATH):
7272
SDKCONFIG_PATH = os.path.join(PROJECT_DIR, "sdkconfig")
7373

74+
# replace paths for windows
7475
SDKCONFIG_PATH = SDKCONFIG_PATH.replace("\\","/")
7576

7677
def set_elftobin():
@@ -662,9 +663,6 @@ def run_tool(cmd):
662663
idf_env = os.environ.copy()
663664
populate_idf_env_vars(idf_env)
664665

665-
print(idf_env)
666-
print("run_tool:",cmd)
667-
668666
result = exec_command(cmd, env=idf_env)
669667
if result["returncode"] != 0:
670668
sys.stderr.write(result["out"] + "\n")

0 commit comments

Comments
 (0)