diff --git a/Setup.md b/Setup.md index 3b783b2..dab887b 100644 --- a/Setup.md +++ b/Setup.md @@ -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 /rdz_ttgo_sonde/libraries/SondeLib/ . ln -s /rdz_ttgo_sonde/libraries/SX1278FSK/ . +``` Restart the Arduino IDE