correct eclipse build command

Merges https://github.com/espressif/esp-idf/pull/2024
This commit is contained in:
wushifu32 2018-06-03 11:44:26 +08:00 committed by Angus Gratton
parent 5bc1bf4add
commit 736e10749f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Windows 平台上的 Eclipse 配置
* 点击 “C/C++ Build” 属性页。
* 取消选中 “Use default build command”然后输入命令``python${IDF_PATH}/tools/windows/eclipse_make.py``,开始自定义创建。
* 取消选中 “Use default build command”然后输入命令``python ${IDF_PATH}/tools/windows/eclipse_make.py``,开始自定义创建。
* 点击 “C/C++ Build” 下的 “Environment” 属性页面。