LoRa_APRS_iGate/platformio.ini

51 wiersze
1.1 KiB
INI

#[platformio]
#default_envs = ttgo-lora32-v1
[env]
platform = espressif32
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
LoRa-APRS-Lib
NTPClient
ArduinoJson
AXP202X_Library
check_tool = cppcheck
check_flags =
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
[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
[env:ttgo-lora32-v1]
board = ttgo-lora32-v1
[env:ttgo-lora32-v2]
board = ttgo-lora32-v1
build_flags = -DARDUINO_LORA32_V2
[env:ttgo-t-beam-v1]
board = ttgo-t-beam
[env:ttgo-t-beam-v0_7]
board = ttgo-t-beam
build_flags = -DARDUINO_T_Beam_V0_7
[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