From 36eacfc4a29fcd920733decad2c880c254a1c633 Mon Sep 17 00:00:00 2001 From: Kyle Gabriel Date: Sun, 25 Aug 2019 13:47:15 -0400 Subject: [PATCH] minor update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e4db72..7e145a2 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ NOTE: There are now 2 versions of the TTGO T-BEAM, the first version (Rev0) and 2. Install the Arduino IDE libraries: - * [mcci-catena/arduino-lmic](https://github.com/mcci-catena/arduino-lmic) - * [mikalhart/TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus) - * [ThingPulse/esp8266-oled-ssd1306](https://github.com/ThingPulse/esp8266-oled-ssd1306) - * Rev1 will also require [lewisxhe/AXP202X_Library](https://github.com/lewisxhe/AXP202X_Library) + * [mcci-catena/arduino-lmic](https://github.com/mcci-catena/arduino-lmic) (for Rev0 and Rev1) + * [mikalhart/TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus) (for Rev0 and Rev1) + * [ThingPulse/esp8266-oled-ssd1306](https://github.com/ThingPulse/esp8266-oled-ssd1306) (for Rev0 and Rev1) + * [lewisxhe/AXP202X_Library](https://github.com/lewisxhe/AXP202X_Library) (for Rev1 only) 3. Edit the library file ```arduino-lmic/project_config/lmic_project_config.h``` and uncomment the proper frequency for your region.