From 711cfe0557b5171e9bc0a9a4f4982fa4730945fa Mon Sep 17 00:00:00 2001 From: Dracir Date: Sat, 8 Feb 2020 14:08:54 +0100 Subject: [PATCH] Updated Installing on PlatformIO (markdown) --- Installing-on-PlatformIO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-on-PlatformIO.md b/Installing-on-PlatformIO.md index b69bb41..c473ca2 100644 --- a/Installing-on-PlatformIO.md +++ b/Installing-on-PlatformIO.md @@ -3,7 +3,7 @@ This guide will setup [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) for **Platf ### 1. Install PlatformIO Go to [PlatformIO page](https://platformio.org/platformio-ide) and follow the instructions to install it into your favourite IDE. -In this guide we will use [VSCode](https://code.visualstudio.com/) as an example. Install instructions and guides for VSCode can be found [here](https://docs.platformio.org/en/latest/ide/vscode.html). +We will use [VSCode](https://code.visualstudio.com/) as an example. Install instructions and guides for VSCode can be found [here](https://docs.platformio.org/en/latest/ide/vscode.html). ### 2. Create a project Follow [this guide](https://docs.platformio.org/en/latest/ide/vscode.html#quick-start) to setup your project. Once you are done open the platformio.ini file. You should see something like this: