LoRa_APRS_Tracker/platformio.ini

27 lines
637 B
INI
Raw Normal View History

2020-04-01 21:51:31 +02:00
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = ttgo-t-beam
[env:ttgo-t-beam]
platform = espressif32
board = ttgo-t-beam
framework = arduino
lib_ldf_mode = deep+
2020-04-03 23:21:35 +02:00
lib_deps =
Adafruit GFX Library
Adafruit SSD1306
LoRa
APRS-Decoder-Lib
TinyGPSPlus
2020-04-08 09:32:34 +02:00
AXP202X_Library
2020-04-03 23:21:35 +02:00
monitor_speed = 115200