2021-12-19 23:41:30 +01:00
|
|
|
[platformio]
|
|
|
|
|
default_envs = ttgo-t-beam-v1
|
2020-11-03 20:08:24 +01:00
|
|
|
|
2020-05-11 12:16:56 +02:00
|
|
|
[env]
|
2024-05-15 02:24:09 +02:00
|
|
|
platform = espressif32 @ 6.7.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
|
2020-11-03 20:08:24 +01:00
|
|
|
lib_deps =
|
2023-10-11 02:22:40 +02:00
|
|
|
adafruit/Adafruit GFX Library @ 1.11.9
|
2024-05-03 02:23:41 +02:00
|
|
|
adafruit/Adafruit SSD1306 @ 2.5.10
|
2024-03-13 01:23:20 +01:00
|
|
|
bblanchon/ArduinoJson @ 7.0.4
|
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
|
2024-05-22 02:24:01 +02:00
|
|
|
mikalhart/TinyGPSPlus @ 1.1.0
|
2020-11-01 23:19:32 +01:00
|
|
|
paulstoffregen/Time @ 1.6
|
2021-10-11 13:25:33 +02:00
|
|
|
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 =
|
2021-03-06 23:47:25 +01:00
|
|
|
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]
|
2020-11-03 20:08:24 +01:00
|
|
|
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]
|
2020-11-03 20:08:24 +01:00
|
|
|
board = ttgo-t-beam
|
|
|
|
|
build_flags = -Werror -Wall -DTTGO_T_Beam_V0_7
|