Merge pull request #22 from matburnham/patch-1

Adjust documentation
pull/26/head
dl9rdz 2020-06-24 19:41:23 +02:00 zatwierdzone przez GitHub
commit 26dd3b53aa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ similar on other OS) and restart IDE
## Additional libraries
Select Tools -> Library Manager
Select Tools -> Manage Libraries...
Install "U8g2"
@ -51,13 +51,14 @@ folder of your Arduino IDE, and rename main folder to AXP202X_Library-1.0
## Additional libraries, part 3
Copy the libraries/SX1278FSK and libraries/SondeLib folder of this project to your Arduino IDE's libraries
Copy the SX1278FSK, SondeLib and fonts folders from libraries 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/ .
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/fonts/ .
```
Restart the Arduino IDE