LoRa_APRS_Tracker/platformio.ini

27 wiersze
467 B
INI
Czysty Zwykły widok Historia

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