2021-04-09 21:34:23 +02:00
|
|
|
[platformio]
|
|
|
|
|
default_envs = lora_board
|
|
|
|
|
|
2020-04-17 16:33:30 +02:00
|
|
|
[env]
|
2021-05-21 23:44:18 +02:00
|
|
|
platform = espressif32 @ 3.1.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
|
2021-05-01 16:48:45 +02:00
|
|
|
monitor_flags = --raw
|
2020-04-05 18:21:24 +02:00
|
|
|
lib_deps =
|
2020-10-29 21:18:07 +01:00
|
|
|
bblanchon/ArduinoJson @ 6.17.0
|
|
|
|
|
lewisxhe/AXP202X_Library @ 1.1.2
|
2021-01-04 23:10:23 +01:00
|
|
|
peterus/APRS-Decoder-Lib @ 0.0.6
|
2021-01-01 23:23:27 +01:00
|
|
|
peterus/esp-logger @ 0.0.1
|
2020-12-17 22:13:06 +01:00
|
|
|
peterus/ESP-FTP-Server-Lib @ 0.9.5
|
2021-07-23 22:29:18 +02:00
|
|
|
peterus/ESP-Config @ 0.0.4
|
2020-05-29 21:13:11 +02:00
|
|
|
check_tool = cppcheck
|
2020-05-29 20:33:01 +02:00
|
|
|
check_flags =
|
2021-01-30 23:09:38 +01:00
|
|
|
cppcheck: --suppress=*:*.pio\* --inline-suppr -DCPPCHECK --force lib -ilib/TimeLib -ilib/LoRa -ilib/NTPClient
|
2021-01-19 23:12:55 +01:00
|
|
|
check_skip_packages = yes
|
2021-01-30 22:47:24 +01:00
|
|
|
#monitor_flags = --raw
|
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
|
2021-05-23 23:28:45 +02:00
|
|
|
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5
|
2021-04-09 21:34:23 +02:00
|
|
|
|
|
|
|
|
[env:lora_board_debug]
|
|
|
|
|
board = esp32doit-devkit-v1
|
2021-05-23 23:28:45 +02:00
|
|
|
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5
|
2021-01-30 22:47:24 +01:00
|
|
|
build_type = debug
|
2021-04-09 21:34:23 +02:00
|
|
|
monitor_filters = esp32_exception_decoder
|