forked from rakstars/WisBlock-RAK4631-Helium-Mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
29 lines (28 loc) · 807 Bytes
/
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
; 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
[env:wiscore_rak4631]
platform = nordicnrf52
board = wiscore_rak4631
framework = arduino
build_flags =
-DSW_VERSION_1=1
-DSW_VERSION_2=0
-DSW_VERSION_3=2
-DLIB_DEBUG=0
-DAPI_DEBUG=1
-DMY_DEBUG=1
-DNO_BLE_LED=1
lib_deps =
beegee-tokyo/SX126x-Arduino
mikalhart/TinyGPSPlus
sparkfun/SparkFun u-blox GNSS Arduino Library@^2.0.9
sparkfun/SparkFun LIS3DH Arduino Library
beegee-tokyo/WisBlock-API@^1.0.7
extra_scripts = pre:rename.py