Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.89 KB

How to install VScode+Platformio.md

File metadata and controls

30 lines (18 loc) · 1.89 KB

install Git bash

  • Please download and install the correct version Git first. image

How to install vscode and platformio for compile

  • Please download VSCode from here According to your computer operating system, to download the corresponding version, for example mine is Win7 64-bit operating system, so choose Windows 7, 8, 10 User Installer 64bit.

image

After the download is complete, double-click the installation. After the installation is complete, open VSCode.

  • You also need to install the PlatformIO plugin, please click on the ① in the picture below, enter PlatformIO in ② and click ③ Install to install.

image

After the download is complete, you still need Reload

image

After Reload, you will be prompted to install PlatformIO Core, which takes a little time.

image

After the installation is successful, you need to reload again. After the Reload, the PlatformIO is installed.

image

  • In the lower left corner of the VSCode, you can see that there’s one more icon, please see the picture(①), which is the PlatformIO plugin, and then click ② Open Project to open the project.

image