LoRa_APRS_iGate/platformio.ini

41 wiersze
817 B
INI
Czysty Zwykły widok Historia

2020-04-05 16:21:24 +00:00
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
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 =
Adafruit GFX Library
Adafruit SSD1306
LoRa
APRS-Decoder-Lib
NTPClient
APRS-IS-Lib
2020-04-17 14:33:30 +00:00
2020-05-08 21:59:19 +00:00
[env:ttgo-lora32-v1]
board = ttgo-lora32-v1
2020-04-17 14:33:30 +00:00
2020-05-08 21:59:19 +00:00
[env:ttgo-lora32-v2]
board = ttgo-lora32-v2
[env:ttgo-t-beam]
board = ttgo-t-beam
lib_deps =
Adafruit GFX Library
Adafruit SSD1306
LoRa
APRS-Decoder-Lib
NTPClient
APRS-IS-Lib
TinyGPSPlus
AXP202X_Library