Update Setup.md
Fixed minor formatting problems in documentation
This commit is contained in:
parent
46658ad10d
commit
e80ae684de
3
Setup.md
3
Setup.md
|
|
@ -32,6 +32,7 @@ similar on other OS) and restart IDE
|
||||||
Select Tools -> Library Manager
|
Select Tools -> Library Manager
|
||||||
|
|
||||||
Install "U8g2"
|
Install "U8g2"
|
||||||
|
|
||||||
Install "MicroNMEA"
|
Install "MicroNMEA"
|
||||||
|
|
||||||
## Additional libraries, part 2
|
## Additional libraries, part 2
|
||||||
|
|
@ -48,9 +49,11 @@ of your Arduino IDE, and rename main folder to AsyncTCP
|
||||||
Copy the libraries/SX1278FSK and libraries/SondeLib folder of this project to your Arduino IDE's libraries
|
Copy the libraries/SX1278FSK and libraries/SondeLib folder of this project to your Arduino IDE's libraries
|
||||||
folders, or, alternatively, create symbolic links (MacOS/Linux):
|
folders, or, alternatively, create symbolic links (MacOS/Linux):
|
||||||
|
|
||||||
|
```
|
||||||
cd ~/Documents/Arduino/libraries
|
cd ~/Documents/Arduino/libraries
|
||||||
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SondeLib/ .
|
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SondeLib/ .
|
||||||
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SX1278FSK/ .
|
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SX1278FSK/ .
|
||||||
|
```
|
||||||
|
|
||||||
Restart the Arduino IDE
|
Restart the Arduino IDE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue