LoRa_APRS_iGate/platformio.ini

39 lines
753 B
INI
Raw Normal View History

2020-06-01 11:23:48 +02:00
#[platformio]
#default_envs = ttgo-lora32-v1
2020-05-29 20:33:01 +02:00
2020-04-17 16:33:30 +02:00
[env]
2020-05-08 23:59:19 +02:00
platform = espressif32
framework = arduino
2020-04-05 18:21:24 +02:00
lib_ldf_mode = deep+
monitor_speed = 115200
lib_deps =
2020-05-17 17:44:20 +02:00
Adafruit GFX Library@1.7.5
2020-04-05 18:21:24 +02:00
Adafruit SSD1306
APRS-Decoder-Lib
APRS-IS-Lib
2020-07-19 21:09:06 +02:00
LoRa
LoRa-APRS-Lib
NTPClient
2020-07-22 22:21:54 +02:00
ArduinoJson
2020-06-01 11:23:48 +02:00
AXP202X_Library
2020-05-29 21:13:11 +02:00
check_tool = cppcheck
2020-05-29 20:33:01 +02:00
check_flags =
2020-05-29 21:19:08 +02:00
cppcheck: --suppress=*:*.pio\* --inline-suppr
# activate for OTA Update, use the USER name from settings.h as upload_port:
#upload_protocol = espota
#upload_port = <USER>.local
2020-04-17 16:33:30 +02:00
2020-05-08 23:59:19 +02:00
[env:ttgo-lora32-v1]
board = ttgo-lora32-v1
2020-04-17 16:33:30 +02:00
2020-07-24 15:29:14 +02:00
[env:ttgo-lora32-v2]
2020-07-24 17:15:21 +02:00
board = ttgo-lora32-v1
build_flags = -DARDUINO_LORA32_V2
2020-05-08 23:59:19 +02:00
2020-05-11 11:57:42 +02:00
[env:ttgo-t-beam-v1]
2020-05-08 23:59:19 +02:00
board = ttgo-t-beam
2020-05-11 11:57:42 +02:00
[env:ttgo-t-beam-v0_7]
board = ttgo-t-beam
build_flags = -DARDUINO_T_Beam_V0_7