LoRa_APRS_iGate/platformio.ini

51 wiersze
1.1 KiB
INI
Czysty Zwykły widok Historia

2020-06-01 09:23:48 +00:00
#[platformio]
#default_envs = ttgo-lora32-v1
2020-05-29 18:33:01 +00:00
2020-04-17 14:33:30 +00:00
[env]
2020-05-08 21:59:19 +00:00
platform = espressif32
framework = arduino
2020-04-05 16:21:24 +00:00
lib_ldf_mode = deep+
monitor_speed = 115200
lib_deps =
2020-05-17 15:44:20 +00:00
Adafruit GFX Library@1.7.5
2020-04-05 16:21:24 +00:00
Adafruit SSD1306
APRS-Decoder-Lib
APRS-IS-Lib
2020-07-19 19:09:06 +00:00
LoRa
LoRa-APRS-Lib
NTPClient
2020-07-22 20:21:54 +00:00
ArduinoJson
2020-06-01 09:23:48 +00:00
AXP202X_Library
2020-05-29 19:13:11 +00:00
check_tool = cppcheck
2020-05-29 18:33:01 +00:00
check_flags =
2020-05-29 19:19:08 +00: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 14:33:30 +00:00
2020-08-28 13:47:59 +00:00
[env:heltec_wifi_lora_32_V1]
board = ttgo-lora32-v1
build_flags = -DHELTEC_WIFI_LORA_32_V1
[env:heltec_wifi_lora_32_V2]
board = ttgo-lora32-v1
build_flags = -DHELTEC_WIFI_LORA_32_V2
2020-05-08 21:59:19 +00:00
[env:ttgo-lora32-v1]
board = ttgo-lora32-v1
2020-04-17 14:33:30 +00:00
2020-07-24 13:29:14 +00:00
[env:ttgo-lora32-v2]
2020-07-24 15:15:21 +00:00
board = ttgo-lora32-v1
build_flags = -DARDUINO_LORA32_V2
2020-05-08 21:59:19 +00:00
2020-05-11 09:57:42 +00:00
[env:ttgo-t-beam-v1]
2020-05-08 21:59:19 +00:00
board = ttgo-t-beam
2020-05-11 09:57:42 +00:00
[env:ttgo-t-beam-v0_7]
board = ttgo-t-beam
build_flags = -DARDUINO_T_Beam_V0_7
2020-07-27 18:15:25 +00:00
[env:TrackerD-OE1ACM]
board = esp32doit-devkit-v1
build_flags = -DTRACKERD -DLORA_SCK=18 -DLORA_MISO=19 -DLORA_MOSI=23 -DLORA_CS=16 -DLORA_RST=14 -DLORA_IRQ=26