Update Setup.md

Fixed minor formatting problems in documentation
pull/22/head
dl9rdz 2019-09-09 18:23:54 +02:00 zatwierdzone przez GitHub
rodzic 46658ad10d
commit e80ae684de
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,7 @@ similar on other OS) and restart IDE
Select Tools -> Library Manager
Install "U8g2"
Install "MicroNMEA"
## 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
folders, or, alternatively, create symbolic links (MacOS/Linux):
```
cd ~/Documents/Arduino/libraries
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SondeLib/ .
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SX1278FSK/ .
```
Restart the Arduino IDE