LoRa_APRS_Tracker/platformio.ini

37 wiersze
911 B
INI
Czysty Zwykły widok Historia

[platformio]
default_envs = ttgo-t-beam-v1
2020-05-11 10:16:56 +00:00
[env]
2023-09-11 19:32:24 +00:00
platform = espressif32 @ 6.4.0
2020-04-01 19:51:31 +00:00
framework = arduino
lib_ldf_mode = deep+
2020-05-11 10:16:56 +00:00
monitor_speed = 115200
2021-03-07 22:08:49 +00:00
monitor_filters = esp32_exception_decoder
lib_deps =
2023-07-19 00:46:12 +00:00
adafruit/Adafruit GFX Library @ 1.11.7
2023-01-20 15:56:39 +00:00
adafruit/Adafruit SSD1306 @ 2.5.7
2023-09-11 19:32:21 +00:00
bblanchon/ArduinoJson @ 6.21.3
2023-09-09 21:13:48 +00:00
lewisxhe/XPowersLib @ 0.1.8
2023-01-20 14:35:41 +00:00
sandeepmistry/LoRa @ 0.8.0
2022-05-13 19:46:38 +00:00
peterus/APRS-Decoder-Lib @ 0.0.6
2023-01-20 15:56:52 +00:00
mikalhart/TinyGPSPlus @ 1.0.3
2020-11-01 22:19:32 +00:00
paulstoffregen/Time @ 1.6
shaggydog/OneButton @ 1.5.0
2023-01-20 15:56:46 +00:00
peterus/esp-logger @ 1.0.0
2020-05-29 19:13:33 +00:00
check_tool = cppcheck
2020-05-29 18:33:25 +00:00
check_flags =
cppcheck: --suppress=*:*.pio\* --inline-suppr -DCPPCHECK
check_skip_packages = yes
2020-07-29 13:03:59 +00:00
2023-09-09 21:13:48 +00:00
[env:ttgo-t-beam-AXP2101-v1_2]
board = ttgo-t-beam
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_2
2020-05-11 10:16:56 +00:00
[env:ttgo-t-beam-v1]
board = ttgo-t-beam
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_0
2020-05-11 10:16:56 +00:00
[env:ttgo-t-beam-v0_7]
board = ttgo-t-beam
build_flags = -Werror -Wall -DTTGO_T_Beam_V0_7