LoRa_APRS_Tracker/platformio.ini

27 lines
467 B
INI
Raw Normal View History

2020-05-11 12:16:56 +02:00
[env]
2020-04-01 21:51:31 +02:00
platform = espressif32
framework = arduino
2020-05-11 12:16:56 +02:00
board = ttgo-t-beam
2020-04-01 21:51:31 +02:00
lib_ldf_mode = deep+
2020-05-11 12:16:56 +02:00
monitor_speed = 115200
2020-05-17 16:16:35 +02:00
#ESP8266 and ESP32 OLED driver for SSD1306 displays
2020-05-11 12:16:56 +02:00
[env:ttgo-t-beam-v1]
2020-04-03 23:21:35 +02:00
lib_deps =
2020-05-17 16:16:35 +02:00
Adafruit GFX Library@1.7.5
2020-04-03 23:21:35 +02:00
Adafruit SSD1306
LoRa
APRS-Decoder-Lib
TinyGPSPlus
2020-04-08 09:32:34 +02:00
AXP202X_Library
2020-05-11 12:16:56 +02:00
[env:ttgo-t-beam-v0_7]
lib_deps =
2020-05-17 16:16:35 +02:00
Adafruit GFX Library@1.7.5
2020-05-11 12:16:56 +02:00
Adafruit SSD1306
LoRa
APRS-Decoder-Lib
APRS-IS-Lib
TinyGPSPlus
build_flags = -DARDUINO_T_Beam_V0_7