From 0ba9d2cd6b7647781ff92ee282f58fedbcfac224 Mon Sep 17 00:00:00 2001 From: Mat Burnham Date: Tue, 2 Jun 2020 07:39:16 +0100 Subject: [PATCH 1/2] Pedantic fix to naming of Manage Libraries menu --- Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.md b/Setup.md index 58fd357..58dac70 100644 --- a/Setup.md +++ b/Setup.md @@ -29,7 +29,7 @@ similar on other OS) and restart IDE ## Additional libraries -Select Tools -> Library Manager +Select Tools -> Manage Libraries... Install "U8g2" From 12c0e1b4aed5013992c45f008bbbd51073dfe2eb Mon Sep 17 00:00:00 2001 From: Mat Burnham Date: Tue, 2 Jun 2020 07:57:57 +0100 Subject: [PATCH 2/2] Add need to copy/link fonts libraries --- Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setup.md b/Setup.md index 58dac70..f2b6595 100644 --- a/Setup.md +++ b/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 /rdz_ttgo_sonde/libraries/SondeLib/ . ln -s /rdz_ttgo_sonde/libraries/SX1278FSK/ . +ln -s /rdz_ttgo_sonde/libraries/fonts/ . ``` Restart the Arduino IDE