commit
26dd3b53aa
5
Setup.md
5
Setup.md
|
|
@ -29,7 +29,7 @@ similar on other OS) and restart IDE
|
||||||
|
|
||||||
## Additional libraries
|
## Additional libraries
|
||||||
|
|
||||||
Select Tools -> Library Manager
|
Select Tools -> Manage Libraries...
|
||||||
|
|
||||||
Install "U8g2"
|
Install "U8g2"
|
||||||
|
|
||||||
|
|
@ -51,13 +51,14 @@ folder of your Arduino IDE, and rename main folder to AXP202X_Library-1.0
|
||||||
|
|
||||||
## Additional libraries, part 3
|
## 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):
|
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/ .
|
||||||
|
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/fonts/ .
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart the Arduino IDE
|
Restart the Arduino IDE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue