LoRa_APRS_Tracker/platformio.ini
2020-05-29 21:13:33 +02:00

31 lines
539 B
INI

[env]
platform = espressif32
framework = arduino
board = ttgo-t-beam
lib_ldf_mode = deep+
monitor_speed = 115200
check_tool = cppcheck
check_flags =
cppcheck: --suppress=*:*.pio\*
#ESP8266 and ESP32 OLED driver for SSD1306 displays
[env:ttgo-t-beam-v1]
lib_deps =
Adafruit GFX Library@1.7.5
Adafruit SSD1306
LoRa
APRS-Decoder-Lib
TinyGPSPlus
AXP202X_Library
[env:ttgo-t-beam-v0_7]
lib_deps =
Adafruit GFX Library@1.7.5
Adafruit SSD1306
LoRa
APRS-Decoder-Lib
APRS-IS-Lib
TinyGPSPlus
build_flags = -DARDUINO_T_Beam_V0_7