LoRa_APRS_Tracker/platformio.ini

25 lines
570 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
lib_ldf_mode = deep+
2020-05-11 12:16:56 +02:00
monitor_speed = 115200
lib_deps =
adafruit/Adafruit GFX Library @ 1.7.5
adafruit/Adafruit SSD1306 @ 2.4.0
lewisxhe/AXP202X_Library @ 1.1.2
sandeepmistry/LoRa @ 0.7.2
peterus/APRS-Decoder-Lib @ 0.0.5
mikalhart/TinyGPSPlus @ 1.0.2
2020-05-29 21:13:33 +02:00
check_tool = cppcheck
2020-05-29 20:33:25 +02:00
check_flags =
cppcheck: --suppress=*:*.pio\* --inline-suppr
2020-07-29 15:03:59 +02:00
2020-05-11 12:16:56 +02:00
[env:ttgo-t-beam-v1]
board = ttgo-t-beam
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_0
2020-05-11 12:16:56 +02:00
[env:ttgo-t-beam-v0_7]
board = ttgo-t-beam
build_flags = -Werror -Wall -DTTGO_T_Beam_V0_7