-
Notifications
You must be signed in to change notification settings - Fork 130
Docs/translate windowsofflineinstaller.rst & debugproject.rst #1345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/v4.0.0
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @April-Yjj @leeebo PTAL, thx! |
April-Yjj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Shen7436 Overall LGTM! Just some nitpicks.
| :height: 16px | ||
| :align: middle | ||
|
|
||
| 在大多数情况下,开始调试一个 ESP-IDF 项目只需要完成以下两步: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 在大多数情况下,开始调试一个 ESP-IDF 项目只需要完成以下两步: | |
| 在大多数情况下,开始调试 ESP-IDF 项目前只需要完成以下两步: |
| - Espressif-IDE | ||
| - Amazon Corretto OpenJDK | ||
|
|
||
| 安装程序打包了包括稳定版本的 ESP-IDF在内的所有必要组件和工具,处于企业防火墙内的用户也可以开箱即用整套方案。安装程序还会在启动 IDE 时自动配置所有必要的构建环境变量和工具路径。只需直接开始项目即可,无需手动进行任何配置。这将大大提升你的工作效率! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 安装程序打包了包括稳定版本的 ESP-IDF在内的所有必要组件和工具,处于企业防火墙内的用户也可以开箱即用整套方案。安装程序还会在启动 IDE 时自动配置所有必要的构建环境变量和工具路径。只需直接开始项目即可,无需手动进行任何配置。这将大大提升你的工作效率! | |
| 安装程序打包了包括稳定版本的 ESP-IDF在内的所有必要组件和工具,即使处于企业防火墙内,这整套方案也可以开箱即用。安装程序还会在启动 IDE 时自动配置所有必要的构建环境变量和工具路径,因此无需手动进行任何配置,只需直接开始项目开发。这将大大提升你的工作效率! |
| Step 11: Build Your First Project | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| As IDE already configured with all the required environment variables, you can start with your project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| As IDE already configured with all the required environment variables, you can start with your project. | |
| Since the IDE is already configured with all the required environment variables, you can start your project. |
| As Installer bundles, all the required components and tools including stable esp-idf so people behind corporate firewalls can use the whole solution out-of-box. This also configures all the required build environment variables and tool paths as you launch the IDE. All you could do is to get started with your project directly without manually configuring anything. This will give you a big boost to your productivity! | ||
| The installer bundles all the required components and tools, including a stable version of ESP-IDF, so that people working behind corporate firewalls can use the entire solution out of the box. This also configures all the required build environment variables and tool paths as you launch the IDE. All you need to do is start working on your project directly, without manually configuring anything. This will greatly boost your productivity! | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line to keep line consistency between EN and CN versions
This PR:
windowsofflineinstaller.rstanddebugproject.rstin the docs/en folder based on Espressif Style Guide.