From 046442e1a890f33af4479648420e94fb2889aab8 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Mon, 28 Oct 2019 09:10:27 +0100 Subject: [PATCH] Updated Arduino IDE (markdown) --- Arduino-IDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Arduino-IDE.md b/Arduino-IDE.md index 53f9d6bb..8bb220a2 100644 --- a/Arduino-IDE.md +++ b/Arduino-IDE.md @@ -23,8 +23,8 @@ IMPORTANT: For Windows users, before executing *arduino.exe* add an empty folder ## Download Tasmota - Download the latest Tasmota release Source code from https://github.com/arendst/Tasmota/releases and unzip to another known folder. - Copy all files from the Tasmota release Source code folder *lib* into your *sketchbook\libraries* folder. -- About the issue of missing header files and/or libraries while compiling that users had, it is possible that the library folder is in the wrong place. That issue can be happen if you installed your Arduino IDE in a virtual environment. This came up after some tests (6) of an installation in `VM-Ware Workstation 14 Pro - 14.1.1 build-7528167` with not all current updates from VM-Ware. The library folder was placed in **/portable/libraries** and not in **/portable/sketchbook/libraries**. We can't say why that happens but there is the possibilty. So please check it when you get compile errors with missing header files and/or libaries. After updating VM-Ware and a new installation of Arduino IDE 1.8.8 the issue was gone. The installation of Arduino IDE 1.8.8 on windows 7 pro were 100% ok without any issue. Right now the newer version of Arduino IDE is avaiable. Version 1.8.9 -- Copy the Tasmota release Source code folder *sonoff* to your *sketchbook*. +- About the issue of missing header files and/or libraries while compiling that users had, it is possible that the library folder is in the wrong place. That issue can be happen if you installed your Arduino IDE in a virtual environment. This came up after some tests (6) of an installation in `VM-Ware Workstation 14 Pro - 14.1.1 build-7528167` with not all current updates from VM-Ware. The library folder was placed in **/portable/libraries** and not in **/portable/sketchbook/libraries**. We can't say why that happens but there is the possibilty. So please check it when you get compile errors with missing header files and/or libaries. After updating VM-Ware and a new installation of Arduino IDE 1.8.8 the issue was gone. The installation of Arduino IDE 1.8.8 on windows 7 pro were 100% ok without any issue. Right now the newer version of Arduino IDE is available. Version 1.8.9 +- Copy the Tasmota release Source code folder *tasmota* to your *sketchbook*. - Note: your *sketchbook* location can be found in the Arduino IDE preferences, default on the Mac is ``~/Documents/Arduino``. ## Configure Arduino IDE @@ -37,7 +37,7 @@ Select ``Tools`` and verify the following settings for **All Tasmota devices**. ## Compile Tasmota -Open Arduino IDE and select file *sonoff.ino* from your *sketchbook\sonoff* folder. +Open Arduino IDE and select file *tasmota.ino* from your *sketchbook\tasmota* folder. - Compile Tasmota with ``Sketch`` - ``Verify/Compile``.