LoRa_APRS_iGate/platformio.ini
Peter Buchegger 7a0f3661dc changes
ini:
- update ftp lib to 0.9.5
- remove all board configs

config:
- add ntp server seetting
- add board config

code:
- add board finder
- NO_GLOBAL_INSTANCES
- ntp server config
- modem config update (not found bugs fixed)

libs:
- update common lib
- update ntp lib
2020-12-17 22:13:06 +01:00

28 lines
772 B
INI

[env]
platform = espressif32 @ 2.1.0
framework = arduino
lib_ldf_mode = deep+
monitor_speed = 115200
lib_deps =
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
check_tool = cppcheck
check_flags =
cppcheck: --suppress=*:*.pio\* --inline-suppr lib/common/src
monitor_flags = --raw
# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port:
#upload_protocol = espota
#upload_port = <CALLSIGN>.local
[env:lora_board]
board = esp32doit-devkit-v1
build_flags = -Werror -Wall -DNO_GLOBAL_INSTANCES