LoRa_APRS_Tracker/platformio.ini

24 lines
670 B
INI
Raw Normal View History

2022-08-02 23:03:50 +02:00
[env:ttgo_tbeam]
2021-03-06 21:43:49 +01:00
platform = espressif32 @ 3.0.0
2020-04-01 21:51:31 +02:00
framework = arduino
lib_ldf_mode = deep+
2020-05-11 12:16:56 +02:00
monitor_speed = 115200
2021-03-07 23:08:49 +01:00
monitor_filters = esp32_exception_decoder
lib_deps =
adafruit/Adafruit GFX Library @ 1.7.5
adafruit/Adafruit SSD1306 @ 2.4.0
bblanchon/ArduinoJson @ 6.17.0
lewisxhe/AXP202X_Library @ 1.1.2
sandeepmistry/LoRa @ 0.7.2
2022-05-13 21:46:38 +02:00
peterus/APRS-Decoder-Lib @ 0.0.6
mikalhart/TinyGPSPlus @ 1.0.2
2020-11-01 23:19:32 +01:00
paulstoffregen/Time @ 1.6
shaggydog/OneButton @ 1.5.0
2021-10-14 23:33:11 +02:00
peterus/esp-logger @ 0.0.1
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 -DCPPCHECK
check_skip_packages = yes
board = ttgo-t-beam
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_0