-
Notifications
You must be signed in to change notification settings - Fork 2
/
platformio.ini
36 lines (33 loc) · 1.05 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
; 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