-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
30 lines (27 loc) · 893 Bytes
/
platformio.ini
File metadata and controls
30 lines (27 loc) · 893 Bytes
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
; 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 = nano33ble
[common_env_data]
build_flags =
-D VERSION=1.0.0.1
-D DCM="urn:larouexiot:nanoble33sense:1"
-D DEVICE_NAME="larouex-ble-sense-0001"
-D SERVICE_UUID="6F165338-0001-43B9-837B-41B1A3C86EC1"
-D DEBUG=1
[env:nano33ble]
platform = nordicnrf52
board = nano33ble
framework = arduino
monitor_speed = 9600
debug_tool = jlink
build_flags =
${common_env_data.build_flags}
lib_deps = Arduino_LSM9DS1, Arduino_APDS9960, Arduino_HTS221, PDM, Madgwick