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