@@ -47,10 +47,13 @@ Prerequisites
47
47
- Python 3.x (https://python.org)
48
48
- terminal, console, or command prompt (depending on your OS)
49
49
- Internet connection
50
+ - Uninstalling any core version installed via Board Manager
50
51
51
52
Instructions - Windows 10
52
53
~~~~~~~~~~~~~~~~~~~~~~~~~
53
- - First, make sure you don't already have the ESP8266 library installed using the Board Manager (see above)
54
+ - First, make sure you don't already have an ESP8266 core version installed
55
+ using the Board Manager (see above). If you do, uninstall it from the
56
+ Board Manager before proceeding.
54
57
55
58
- Install git for Windows (if not already; see https://git-scm.com/download/win)
56
59
@@ -131,9 +134,14 @@ Note that you could, in theory install in ``C:\Program Files (x86)\Arduino\hardw
131
134
Instructions - Other OS
132
135
~ ~~~~~~~~~~~~~~~~~~~~~~
133
136
137
+ - First, make sure you don' t already have an ESP8266 core version installed
138
+ using the Board Manager (see above). If you do, uninstall it from the
139
+ Board Manager before proceeding.
140
+
134
141
- Open the console and go to Arduino directory. This can be either your
135
142
*sketchbook* directory (usually ``<Documents>/Arduino``), or the
136
143
directory of Arduino application itself, the choice is up to you.
144
+
137
145
- Clone this repository into hardware/esp8266com/esp8266 directory.
138
146
Alternatively, clone it elsewhere and create a symlink, if your OS
139
147
supports them.
0 commit comments