From 5f9ae91a4c13b43ee5b90ff29fdd8aba9ceded75 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Wed, 29 Jul 2020 15:03:59 +0200 Subject: [PATCH] fix lib issue --- platformio.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index be90a44..3b4afe4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,6 +8,8 @@ check_tool = cppcheck check_flags = cppcheck: --suppress=*:*.pio\* --inline-suppr +# lib TinyGPSPlus is 1655 + #ESP8266 and ESP32 OLED driver for SSD1306 displays [env:ttgo-t-beam-v1] lib_deps = @@ -15,7 +17,7 @@ lib_deps = Adafruit SSD1306 LoRa APRS-Decoder-Lib - TinyGPSPlus + 1655 AXP202X_Library [env:ttgo-t-beam-v0_7] @@ -25,5 +27,5 @@ lib_deps = LoRa APRS-Decoder-Lib APRS-IS-Lib - TinyGPSPlus + 1655 build_flags = -DARDUINO_T_Beam_V0_7