LoRa_APRS_iGate/platformio.ini

27 wiersze
794 B
INI
Czysty Zwykły widok Historia

2020-04-17 14:33:30 +00:00
[env]
2021-03-12 20:43:22 +00:00
platform = espressif32 @ 3.0.0
2020-05-08 21:59:19 +00:00
framework = arduino
2020-04-05 16:21:24 +00:00
lib_ldf_mode = deep+
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
2020-04-05 16:21:24 +00:00
lib_deps =
2020-10-29 20:18:07 +00:00
bblanchon/ArduinoJson @ 6.17.0
lewisxhe/AXP202X_Library @ 1.1.2
2021-01-04 22:10:23 +00:00
peterus/APRS-Decoder-Lib @ 0.0.6
peterus/APRS-IS-Lib @ 0.0.8
2021-01-01 22:23:27 +00:00
peterus/esp-logger @ 0.0.1
peterus/ESP-FTP-Server-Lib @ 0.9.5
2020-05-29 19:13:11 +00:00
check_tool = cppcheck
2020-05-29 18:33:01 +00:00
check_flags =
2021-01-30 22:09:38 +00:00
cppcheck: --suppress=*:*.pio\* --inline-suppr -DCPPCHECK --force lib -ilib/TimeLib -ilib/LoRa -ilib/NTPClient
2021-01-19 22:12:55 +00:00
check_skip_packages = yes
#monitor_flags = --raw
2020-12-09 21:15:05 +00:00
# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port:
#upload_protocol = espota
2020-10-29 20:18:07 +00:00
#upload_port = <CALLSIGN>.local
2020-04-17 14:33:30 +00:00
[env:lora_board]
2020-12-03 22:09:29 +00:00
board = esp32doit-devkit-v1
build_flags = -Werror -Wall -DNO_GLOBAL_INSTANCES
build_type = debug