2021-04-09 21:34:23 +02:00
|
|
|
[platformio]
|
|
|
|
|
default_envs = lora_board
|
|
|
|
|
|
2020-04-17 16:33:30 +02:00
|
|
|
[env]
|
2023-05-27 02:12:13 +02:00
|
|
|
platform = espressif32 @ 6.3.1
|
2020-05-08 23:59:19 +02:00
|
|
|
framework = arduino
|
2020-04-05 18:21:24 +02:00
|
|
|
lib_ldf_mode = deep+
|
|
|
|
|
monitor_speed = 115200
|
2022-10-25 19:13:21 +02:00
|
|
|
monitor_raw = yes
|
2020-04-05 18:21:24 +02:00
|
|
|
lib_deps =
|
2023-04-13 02:11:14 +02:00
|
|
|
bblanchon/ArduinoJson @ 6.21.2
|
2023-01-20 11:44:41 +01:00
|
|
|
lewisxhe/AXP202X_Library @ 1.1.3
|
2021-01-04 23:10:23 +01:00
|
|
|
peterus/APRS-Decoder-Lib @ 0.0.6
|
2022-03-19 18:43:48 +01:00
|
|
|
peterus/esp-logger @ 1.0.0
|
2023-06-14 02:12:21 +02:00
|
|
|
peterus/ESP-FTP-Server-Lib @ 0.13.0
|
2022-02-23 19:40:31 +01:00
|
|
|
knolleary/PubSubClient@^2.8
|
2023-01-20 11:44:25 +01:00
|
|
|
mikalhart/TinyGPSPlus @ 1.0.3
|
2022-03-27 01:02:14 +01:00
|
|
|
shaggydog/OneButton @ 1.5.0
|
2023-07-05 20:55:05 +02:00
|
|
|
jgromes/RadioLib @ 6.1.0
|
2020-05-29 21:13:11 +02:00
|
|
|
check_tool = cppcheck
|
2020-05-29 20:33:01 +02:00
|
|
|
check_flags =
|
2023-06-08 12:50:09 +02:00
|
|
|
cppcheck: --std=c++20 --suppress=*:*.pio\* --inline-suppr --suppress=unusedFunction -DCPPCHECK --force lib -ilib/TimeLib
|
2021-01-19 23:12:55 +01:00
|
|
|
check_skip_packages = yes
|
2023-02-18 11:51:39 +01:00
|
|
|
test_build_src = yes
|
2020-12-09 22:15:05 +01:00
|
|
|
# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port:
|
2020-05-11 22:48:16 +02:00
|
|
|
#upload_protocol = espota
|
2020-10-29 21:18:07 +01:00
|
|
|
#upload_port = <CALLSIGN>.local
|
2020-04-17 16:33:30 +02:00
|
|
|
|
2020-12-17 22:13:06 +01:00
|
|
|
[env:lora_board]
|
2020-12-03 23:09:29 +01:00
|
|
|
board = esp32doit-devkit-v1
|
2023-02-18 11:51:39 +01:00
|
|
|
build_flags = -Werror -Wall -DUNITY_INCLUDE_PRINT_FORMATTED
|
2021-04-09 21:34:23 +02:00
|
|
|
|
|
|
|
|
[env:lora_board_debug]
|
|
|
|
|
board = esp32doit-devkit-v1
|
2023-02-18 11:51:39 +01:00
|
|
|
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 -DUNITY_INCLUDE_PRINT_FORMATTED
|
2021-01-30 22:47:24 +01:00
|
|
|
build_type = debug
|
2023-05-17 21:38:03 +02:00
|
|
|
#monitor_filters = esp32_exception_decoder
|