-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
76 lines (69 loc) · 1.73 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
; 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]
description = ; TODO
default_envs = Blue, Charlie, Delta, Echo, Foxtrot
extra_configs = ; if needed
[env]
platform = espressif8266
board = nodemcuv2
framework = arduino
monitor_speed = 74880
upload_port = COM7
lib_deps = frankjoshua/Rosserial Arduino Library@^0.9.1
build_flags =
-fexceptions
-frtti
build_unflags =
-fno-exceptions
[env:Blue]
upload_port = COM7
build_flags =
-DBUILD_ENV_PORT=11411
-DBUILD_ENV_NAME="\"$PIOENV"\"
-DWIFI_SSID="\"SwarmHub"\"
-DWIFI_PASS="\"The@ntH1ll"\"
lib_deps = pololu/VL53L0X@^1.3.1
[env:Charlie]
upload_port = COM5
build_flags =
-DBUILD_ENV_PORT=11412
-DBUILD_ENV_NAME="\"$PIOENV"\"
-DWIFI_SSID="\"SwarmHub"\"
-DWIFI_PASS="\"The@ntH1ll"\"
lib_deps = pololu/VL53L0X@^1.3.1
[env:Delta]
upload_port = COM13
build_flags =
-DBUILD_ENV_PORT=11413
-DBUILD_ENV_NAME="\"$PIOENV"\"
-DWIFI_SSID="\"SwarmHub"\"
-DWIFI_PASS="\"The@ntH1ll"\"
lib_deps = pololu/VL53L0X@^1.3.1
[env:Echo]
upload_port = COM9
build_flags =
-DBUILD_ENV_PORT=11414
-DBUILD_ENV_NAME="\"$PIOENV"\"
-DWIFI_SSID="\"SwarmHub"\"
-DWIFI_PASS="\"The@ntH1ll"\"
lib_deps =
paulstoffregen/Encoder@^1.4.1
pololu/VL53L0X@^1.3.1
[env:Foxtrot]
upload_port = COM8
build_flags =
-DBUILD_ENV_PORT=11415
-DBUILD_ENV_NAME="\"$PIOENV"\"
-DWIFI_SSID="\"SwarmHub"\"
-DWIFI_PASS="\"The@ntH1ll"\"
lib_deps =
paulstoffregen/Encoder@^1.4.1
pololu/VL53L0X@^1.3.1