From 29c28ad2a935acf71bbb36af0a5be2ac29b9aee2 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Fri, 16 Apr 2021 12:38:16 +0200 Subject: [PATCH] Updated Compiling and flashing the firmware (markdown) --- Compiling-and-flashing-the-firmware.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Compiling-and-flashing-the-firmware.md b/Compiling-and-flashing-the-firmware.md index e8a65fd..f0c8cec 100644 --- a/Compiling-and-flashing-the-firmware.md +++ b/Compiling-and-flashing-the-firmware.md @@ -10,7 +10,9 @@ To build and flash choose one of the following methods: ### Method 1: Using Platformio IDE -- open the folder in the IDE of choice (vscode or Atom) +- Install [Vscode](https://code.visualstudio.com/download) +- Install [Platformio](https://platformio.org/platformio-ide) +- open the folder in Vscode - press the 'PlatformIO:Build' or the 'PlatformIO:Upload' button (bottom left in vscode). ### Method 2: Using Keil uVision