From 2d255ffaea0906d0f515012206efda56d62cc864 Mon Sep 17 00:00:00 2001 From: Develo Date: Tue, 8 Oct 2019 23:15:02 -0300 Subject: [PATCH 1/3] Update installing.rst Add uninstalling of previous core versions into prerequisites for latest git instructions --- doc/installing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/installing.rst b/doc/installing.rst index 6e4728aecf..163e6f5982 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -47,6 +47,7 @@ Prerequisites - Python 3.x (https://python.org) - terminal, console, or command prompt (depending on your OS) - Internet connection +- Uninstalling any core version installed via Board Manager Instructions - Windows 10 ~~~~~~~~~~~~~~~~~~~~~~~~~ From 7e76e1afca7f67a510d8a7184f612c1215e0a67b Mon Sep 17 00:00:00 2001 From: Develo Date: Wed, 9 Oct 2019 00:10:59 -0300 Subject: [PATCH 2/3] Update installing.rst Added prior step for uninstalling to Other OS --- doc/installing.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/installing.rst b/doc/installing.rst index 163e6f5982..af594a3988 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -51,7 +51,7 @@ Prerequisites Instructions - Windows 10 ~~~~~~~~~~~~~~~~~~~~~~~~~ -- First, make sure you don't already have the ESP8266 library installed using the Board Manager (see above) +- First, make sure you don't already have an ESP8266 core version installed using the Board Manager (see above). If you do, uninstall it from the Board Manager before proceeding. - Install git for Windows (if not already; see https://git-scm.com/download/win) @@ -132,9 +132,14 @@ Note that you could, in theory install in ``C:\Program Files (x86)\Arduino\hardw Instructions - Other OS ~~~~~~~~~~~~~~~~~~~~~~~ +- First, make sure you don't already have an ESP8266 core version installed + using the Board Manager (see above). If you do, uninstall it from the + Board Manager before proceeding. + - Open the console and go to Arduino directory. This can be either your *sketchbook* directory (usually ``/Arduino``), or the directory of Arduino application itself, the choice is up to you. + - Clone this repository into hardware/esp8266com/esp8266 directory. Alternatively, clone it elsewhere and create a symlink, if your OS supports them. From 70e485a0b8765d6b3095e016e249112dab1f0dc2 Mon Sep 17 00:00:00 2001 From: Develo Date: Wed, 9 Oct 2019 00:27:14 -0300 Subject: [PATCH 3/3] Update installing.rst --- doc/installing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/installing.rst b/doc/installing.rst index af594a3988..a83d4161f9 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -51,7 +51,9 @@ Prerequisites Instructions - Windows 10 ~~~~~~~~~~~~~~~~~~~~~~~~~ -- First, make sure you don't already have an ESP8266 core version installed using the Board Manager (see above). If you do, uninstall it from the Board Manager before proceeding. +- First, make sure you don't already have an ESP8266 core version installed + using the Board Manager (see above). If you do, uninstall it from the + Board Manager before proceeding. - Install git for Windows (if not already; see https://git-scm.com/download/win)