You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/installing.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Instructions - Windows 10
105
105
106
106
.. code:: bash
107
107
108
-
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
108
+
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
109
109
git submodule update --init
110
110
111
111
If error messages about missing files related to ``SoftwareSerial`` are encountered during the build process, it should be because this step was missed and is required.
@@ -125,7 +125,7 @@ Instructions - Windows 10
125
125
126
126
.. code:: bash
127
127
128
-
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
128
+
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
0 commit comments