2020-04-17 14:33:30 +00:00
|
|
|
[env]
|
2020-05-08 21:59:19 +00:00
|
|
|
platform = espressif32
|
|
|
|
framework = arduino
|
2020-04-05 16:21:24 +00:00
|
|
|
lib_ldf_mode = deep+
|
|
|
|
monitor_speed = 115200
|
|
|
|
lib_deps =
|
2020-10-29 20:18:07 +00: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
|
2020-11-05 22:25:59 +00:00
|
|
|
peterus/ESP-FTP-Server-Lib @ 0.9.3
|
2020-10-31 23:42:20 +00:00
|
|
|
peterus/LoRa-APRS-Lib @ 0.0.5
|
2020-05-29 19:13:11 +00:00
|
|
|
check_tool = cppcheck
|
2020-05-29 18:33:01 +00:00
|
|
|
check_flags =
|
2020-05-29 19:19:08 +00:00
|
|
|
cppcheck: --suppress=*:*.pio\* --inline-suppr
|
2020-11-08 12:03:46 +00:00
|
|
|
monitor_flags = --raw
|
2020-10-29 20:18:07 +00:00
|
|
|
# activate for OTA Update, use the CALLSIGN from is-cfg.h as upload_port:
|
2020-05-11 20:48:16 +00:00
|
|
|
#upload_protocol = espota
|
2020-10-29 20:18:07 +00:00
|
|
|
#upload_port = <CALLSIGN>.local
|
2020-04-17 14:33:30 +00:00
|
|
|
|
2020-11-15 12:57:53 +00:00
|
|
|
[env:heltec_wifi_lora_32_v1]
|
2020-08-28 13:47:59 +00:00
|
|
|
board = ttgo-lora32-v1
|
2020-09-18 20:01:50 +00:00
|
|
|
build_flags = -Werror -Wall -DHELTEC_WIFI_LORA_32_V1
|
2020-08-28 13:47:59 +00:00
|
|
|
|
2020-11-15 12:57:53 +00:00
|
|
|
[env:heltec_wifi_lora_32_v2]
|
2020-08-28 13:47:59 +00:00
|
|
|
board = ttgo-lora32-v1
|
2020-09-18 20:01:50 +00:00
|
|
|
build_flags = -Werror -Wall -DHELTEC_WIFI_LORA_32_V2
|
2020-08-28 13:47:59 +00:00
|
|
|
|
2020-05-08 21:59:19 +00:00
|
|
|
[env:ttgo-lora32-v1]
|
|
|
|
board = ttgo-lora32-v1
|
2020-09-18 20:01:50 +00:00
|
|
|
build_flags = -Werror -Wall -DTTGO_LORA32_V1
|
2020-04-17 14:33:30 +00:00
|
|
|
|
2020-07-24 13:29:14 +00:00
|
|
|
[env:ttgo-lora32-v2]
|
2020-07-24 15:15:21 +00:00
|
|
|
board = ttgo-lora32-v1
|
2020-09-18 20:01:50 +00:00
|
|
|
build_flags = -Werror -Wall -DTTGO_LORA32_V2
|
2020-05-08 21:59:19 +00:00
|
|
|
|
2020-05-11 09:57:42 +00:00
|
|
|
[env:ttgo-t-beam-v1]
|
2020-05-08 21:59:19 +00:00
|
|
|
board = ttgo-t-beam
|
2020-09-18 20:01:50 +00:00
|
|
|
build_flags = -Werror -Wall -DTTGO_T_Beam_V1_0
|
2020-05-11 09:57:42 +00:00
|
|
|
|
|
|
|
[env:ttgo-t-beam-v0_7]
|
|
|
|
board = ttgo-t-beam
|
2020-09-18 20:01:50 +00:00
|
|
|
build_flags = -Werror -Wall -DTTGO_T_Beam_V0_7
|
2020-07-27 18:15:25 +00:00
|
|
|
|
|
|
|
[env:TrackerD-OE1ACM]
|
|
|
|
board = esp32doit-devkit-v1
|
2020-09-18 20:01:50 +00:00
|
|
|
build_flags = -Werror -Wall -DTRACKERD -DLORA_SCK=18 -DLORA_MISO=19 -DLORA_MOSI=23 -DLORA_CS=16 -DLORA_RST=14 -DLORA_IRQ=26
|