Add need to copy/link fonts libraries
This commit is contained in:
parent
0ba9d2cd6b
commit
12c0e1b4ae
3
Setup.md
3
Setup.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue