From 18f206ff582e7d8609d4f7bfaa3d287f798405b0 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 29 Oct 2020 21:18:07 +0100 Subject: [PATCH] update lib deps --- platformio.ini | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/platformio.ini b/platformio.ini index 162e48b..0bc8224 100644 --- a/platformio.ini +++ b/platformio.ini @@ -7,21 +7,21 @@ framework = arduino lib_ldf_mode = deep+ monitor_speed = 115200 lib_deps = - Adafruit GFX Library@1.7.5 - Adafruit SSD1306 - APRS-Decoder-Lib - APRS-IS-Lib - LoRa - https://github.com/lora-aprs/LoRa-APRS-Lib@0.0.4 - NTPClient - ArduinoJson - AXP202X_Library + arduino-libraries/NTPClient @ 3.1.0 + adafruit/Adafruit GFX Library @ 1.7.5 + adafruit/Adafruit SSD1306 @ 2.4.0 + bblanchon/ArduinoJson @ 6.17.0 + lewisxhe/AXP202X_Library @ 1.1.2 + sandeepmistry/LoRa @ 0.7.2 + peterus/APRS-Decoder-Lib @ 0.0.5 + peterus/APRS-IS-Lib @ 0.0.7 + peterus/LoRa-APRS-Lib @ 0.0.4 check_tool = cppcheck check_flags = cppcheck: --suppress=*:*.pio\* --inline-suppr -# activate for OTA Update, use the USER name from settings.h as upload_port: +# activate for OTA Update, use the CALLSIGN from is-cfg.h as upload_port: #upload_protocol = espota -#upload_port = .local +#upload_port = .local [env:heltec_wifi_lora_32_V1] board = ttgo-lora32-v1