LoRa_APRS_Tracker/platformio.ini

37 lines
911 B
INI
Raw Normal View History

[platformio]
default_envs = ttgo-t-beam-v1
2020-05-11 12:16:56 +02:00
[env]
2023-09-11 21:32:24 +02:00
platform = espressif32 @ 6.4.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 =
2023-07-19 02:46:12 +02:00
adafruit/Adafruit GFX Library @ 1.11.7
2023-01-20 16:56:39 +01:00
adafruit/Adafruit SSD1306 @ 2.5.7
2023-09-11 21:32:21 +02:00
bblanchon/ArduinoJson @ 6.21.3
2024-06-02 02:26:29 +02:00
lewisxhe/XPowersLib @ 0.2.4
2023-01-20 15:35:41 +01:00
sandeepmistry/LoRa @ 0.8.0
2022-05-13 21:46:38 +02:00
peterus/APRS-Decoder-Lib @ 0.0.6
2023-01-20 16:56:52 +01:00
mikalhart/TinyGPSPlus @ 1.0.3
2020-11-01 23:19:32 +01:00
paulstoffregen/Time @ 1.6
shaggydog/OneButton @ 1.5.0
2023-01-20 16:56:46 +01:00
peterus/esp-logger @ 1.0.0
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
2020-07-29 15:03:59 +02:00
2023-09-09 23:13:48 +02:00
[env:ttgo-t-beam-AXP2101-v1_2]
board = ttgo-t-beam
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_2
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