Skip to content

Commit

Permalink
Typo fixes // Resolve #613 #616 #618
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Apr 16, 2016
1 parent 2884c8b commit b0b8456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/ci/travis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Install dependent library using :ref:`librarymanager`
# Libraries from PlatformIO Library Registry:
#
# http://platformio.org/lib/show/1/OneWire
platformio lib install 1
- platformio lib install 1
Manually download dependent library and include in build process via ``--lib`` option
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -117,8 +117,8 @@ Manually download dependent library and include in build process via ``--lib`` o
- pip install -U platformio
# download library to the temporary directory
wget https://github.com/PaulStoffregen/OneWire/archive/master.zip -O /tmp/onewire_source.zip
unzip /tmp/onewire_source.zip -d /tmp/
- wget https://github.com/PaulStoffregen/OneWire/archive/master.zip -O /tmp/onewire_source.zip
- unzip /tmp/onewire_source.zip -d /tmp/
script:
- platformio ci --lib="/tmp/OneWire-master" --board=TYPE_1 --board=TYPE_2 --board=TYPE_N
Expand All @@ -137,8 +137,7 @@ PlatformIO allows to specify own build flags using :envvar:`PLATFORMIO_BUILD_FLA
install:
- pip install -U platformio
export PLATFORMIO_BUILD_FLAGS=-D GLOBAL_MACROS_FOR_ALL_TEST_ENV
- export PLATFORMIO_BUILD_FLAGS="-D GLOBAL_MACROS_FOR_ALL_TEST_ENV"
For the more details, please follow to
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/espressif_extra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Active discussion is located in `issue #382 <https://github.com/platformio/platf
Over-the-Air (OTA) update
-------------------------

Firstly, please read `What is OTA? How to use it? <https://github.com/esp8266/Arduino/blob/master/doc/ota_updates/ota_updates.md>`_
Firstly, please read `What is OTA? How to use it? <https://github.com/esp8266/Arduino/blob/master/doc/ota_updates/readme.md>`_

There are 2 options:

Expand Down

0 comments on commit b0b8456

Please sign in to comment.