Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil committed Oct 3, 2019
1 parent f97c36d commit 68fd61e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ From the Arduino library manager:

# Automated build from the command line

bash install.sh
make upload

This will install [arduino-cli](https://github.com/arduino/arduino-cli) if not already installed, download the esp8266 board as well as all required libraries, build TTyGO and upload it to your board (by default via /dev/ttyUSB0, set TTGOTERM to the device to override).
This will install
[arduino-cli](https://github.com/arduino/arduino-cli) if not already
installed, download the esp8266 board as well as all required
libraries, build TTyGO and upload it to your board. To use a
non-standard serial port run e.g.

make TTGOTERM=/dev/ttyUSB5 upload

0 comments on commit 68fd61e

Please sign in to comment.