From 6ba06bc0064a465222dd7a38bc5847fa9d30bae7 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 21 Mar 2019 17:32:20 +0000 Subject: [PATCH] Update Compiling.md Added a warning about spaces in the path for Windows users. --- docs/Compiling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Compiling.md b/docs/Compiling.md index 55ca9c5..cf2f925 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -50,6 +50,8 @@ The 6-pin header needs to be soldered onto the board as indicated by the red rec 1. Clone the project using Git or Github Desktop, then 1. Double-click the **Multiprotocol.ino** file in the **Multiprotocol** folder to open the project in the Arduino IDE +**Important note for Windows users:** You must download or unzip the Multiprotocol source in a folder which has no spaces in the path. If you have spaces in your username **do not** use a sub-folder of your user directory. This is due to a [bug in the Arduino IDE](https://github.com/arduino/arduino-builder/issues/316), caused by an [issue in Go](https://github.com/golang/go/issues/17149). + ### Install the Multi 4-in-1 board 1. Follow [these instructions](Arduino_IDE_Boards.md) to install the **Multi 4-in-1 AVR Board** in the Arduino IDE