添加ftm选项 未实现

This commit is contained in:
ranchuan
2024-12-18 15:39:02 +08:00
parent 0b491bde89
commit 5133fcb0fd
3 changed files with 194 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ import time
'''
# 定义配置文件路径
_vscode_cfg_path=os.path.normpath(os.path.abspath('.')+'/../../../.vscode/c_cpp_properties.json')
_vscode_cfg_path=os.path.normpath(os.path.abspath(os.path.split(sys.argv[0])[0])+'/../../../.vscode/c_cpp_properties.json')
# 定义编译日志路径
_build_log_path='build_log.log'