LoRa_APRS_iGate/platformio.ini

28 lines
772 B
INI
Raw Normal View History

2020-04-17 16:33:30 +02:00
[env]
2020-12-13 22:45:49 +01:00
platform = espressif32 @ 2.1.0
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
lib_deps =
2020-10-29 21:18:07 +01:00
arduino-libraries/NTPClient @ 3.1.0
adafruit/Adafruit GFX Library @ 1.7.5
adafruit/Adafruit SSD1306 @ 2.4.0
bblanchon/ArduinoJson @ 6.17.0
lewisxhe/AXP202X_Library @ 1.1.2
sandeepmistry/LoRa @ 0.7.2
peterus/APRS-Decoder-Lib @ 0.0.5
peterus/APRS-IS-Lib @ 0.0.7
peterus/ESP-FTP-Server-Lib @ 0.9.5
2020-05-29 21:13:11 +02:00
check_tool = cppcheck
2020-05-29 20:33:01 +02:00
check_flags =
2020-12-13 22:05:53 +01:00
cppcheck: --suppress=*:*.pio\* --inline-suppr lib/common/src
2020-11-08 13:03:46 +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:
#upload_protocol = espota
2020-10-29 21:18:07 +01:00
#upload_port = <CALLSIGN>.local
2020-04-17 16:33:30 +02:00
2020-08-28 15:47:59 +02:00
[env:lora_board]
2020-12-03 23:09:29 +01:00
board = esp32doit-devkit-v1
build_flags = -Werror -Wall -DNO_GLOBAL_INSTANCES