DL9SAU-TTGO-T-Beam-LoRa-APRS/platformio.ini

28 wiersze
728 B
INI
Czysty Zwykły widok Historia

; 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-02-19 12:12:02 +00:00
[env:ttgo-t-beam]
platform = espressif32
2020-02-19 12:12:02 +00:00
board = ttgo-t-beam
framework = arduino
2020-02-19 12:12:02 +00:00
monitor_speed = 115200
2021-02-15 20:53:37 +00:00
build_flags = -Wl,--gc-sections,--relax
2020-12-13 09:35:40 +00:00
lib_deps =
RadioHead
TinyGPSPlus
2021-01-20 18:58:33 +00:00
#DHT sensor library for ESPx
2020-12-13 09:35:40 +00:00
Adafruit SSD1306
Adafruit GFX Library
Adafruit Unified Sensor
AXP202X_Library
OneWire
2021-01-20 18:58:33 +00:00
#DallasTemperature
#adafruit/Adafruit BME280 Library@^2.1.2