mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
update lib deps
This commit is contained in:
parent
7bfcc0a5a5
commit
18f206ff58
|
|
@ -7,21 +7,21 @@ framework = arduino
|
||||||
lib_ldf_mode = deep+
|
lib_ldf_mode = deep+
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
lib_deps =
|
lib_deps =
|
||||||
Adafruit GFX Library@1.7.5
|
arduino-libraries/NTPClient @ 3.1.0
|
||||||
Adafruit SSD1306
|
adafruit/Adafruit GFX Library @ 1.7.5
|
||||||
APRS-Decoder-Lib
|
adafruit/Adafruit SSD1306 @ 2.4.0
|
||||||
APRS-IS-Lib
|
bblanchon/ArduinoJson @ 6.17.0
|
||||||
LoRa
|
lewisxhe/AXP202X_Library @ 1.1.2
|
||||||
https://github.com/lora-aprs/LoRa-APRS-Lib@0.0.4
|
sandeepmistry/LoRa @ 0.7.2
|
||||||
NTPClient
|
peterus/APRS-Decoder-Lib @ 0.0.5
|
||||||
ArduinoJson
|
peterus/APRS-IS-Lib @ 0.0.7
|
||||||
AXP202X_Library
|
peterus/LoRa-APRS-Lib @ 0.0.4
|
||||||
check_tool = cppcheck
|
check_tool = cppcheck
|
||||||
check_flags =
|
check_flags =
|
||||||
cppcheck: --suppress=*:*.pio\* --inline-suppr
|
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_protocol = espota
|
||||||
#upload_port = <USER>.local
|
#upload_port = <CALLSIGN>.local
|
||||||
|
|
||||||
[env:heltec_wifi_lora_32_V1]
|
[env:heltec_wifi_lora_32_V1]
|
||||||
board = ttgo-lora32-v1
|
board = ttgo-lora32-v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue