LoRa_APRS_Tracker/platformio.ini

32 lines
566 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-29 21:13:33 +02:00
check_tool = cppcheck
2020-05-29 20:33:25 +02:00
check_flags =
2020-05-29 21:18:07 +02:00
cppcheck: --suppress=*:*.pio\* --inline-suppr
2020-05-11 12:16:56 +02:00
2020-07-29 15:03:59 +02:00
# lib TinyGPSPlus is 1655
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
2020-07-29 15:03:59 +02:00
1655
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
2020-07-29 15:03:59 +02:00
1655
2020-05-11 12:16:56 +02:00
build_flags = -DARDUINO_T_Beam_V0_7