mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fixed paths in documentation (#5983)
This commit is contained in:
parent
755f61b86a
commit
e3de77f671
@ -105,7 +105,7 @@ Instructions - Windows 10
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
|
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
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.
|
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
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
|
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
|
||||||
git status
|
git status
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user