From 803f151d7bd656f69856bf84f5126bb14aefb625 Mon Sep 17 00:00:00 2001 From: chrono Date: Wed, 5 Feb 2020 20:05:48 +0000 Subject: [PATCH 1/2] Add libs to platformio.ini to make install easier --- platformio.ini | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 72ed273..04bc815 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,4 +14,15 @@ board = heltec_wifi_lora_32 framework = arduino ; Custom Serial Monitor speed (baud rate) -monitor_speed = 115200 \ No newline at end of file +monitor_speed = 115200 + +lib_deps = + RadioHead + TinyGPSPlus + DHT sensor library for ESPx + Adafruit SSD1306 + Adafruit GFX Library + Adafruit Unified Sensor + AXP202X_Library + OneWire + DallasTemperature From 01a26c2c2e5a86da4e313a5715119fb9d5f77ebb Mon Sep 17 00:00:00 2001 From: oe3cjb Date: Wed, 19 Feb 2020 22:25:48 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1628b..8f3df09 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Now the DS18B20 is supported as well - uncomment line 31: // #define DS18B20 show RX packets
by uncommenting // #define SHOW_RX_PACKET the tracker shows received LoRa APRS packets in raw format for the time in milliseconds defined in SHOW_RX_TIME - both in ...config.h

-new features:
+new features:
- show RX packets - DS18B20 support (setable in config.h) - GPS switched off in WX_FIXED mode (only available with boards with HW-Version >=V1.0)