mirror of
https://github.com/lucaspalomodevelop/SmartHarz-Tracker.git
synced 2026-03-13 00:07:23 +00:00
37 lines
1.0 KiB
INI
37 lines
1.0 KiB
INI
; 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
|
|
|
|
[platformio]
|
|
default_envs = t-echo
|
|
|
|
[env:t-echo]
|
|
platform = nordicnrf52
|
|
board = nrf52840_dk_adafruit
|
|
framework = arduino
|
|
upload_protocol = nrfutil
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
zinggjm/GxEPD2@^1.4.5
|
|
mikalhart/TinyGPSPlus@^1.0.3
|
|
mcci-catena/MCCI LoRaWAN LMIC library@^4.1.0
|
|
adafruit/Adafruit BusIO@^1.11.6
|
|
adafruit/Adafruit Unified Sensor@^1.1.5
|
|
adafruit/Adafruit BME280 Library@^2.2.2
|
|
https://github.com/ElectronicCats/CayenneLPP#1.3.0
|
|
bblanchon/ArduinoJson@^6.19.4
|
|
lewisxhe/PCF8563_Library@^1.0.1
|
|
adafruit/Adafruit SPIFlash@^3.10.0
|
|
|
|
build_flags =
|
|
-D ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS
|
|
-D LMIC_LORAWAN_SPEC_VERSION=LMIC_LORAWAN_SPEC_VERSION_1_0_2
|
|
-D CFG_eu868=1
|
|
-D CFG_sx1276_radio=1
|