Commit 0564403 Paul Gramescu
committed
1 parent 4c9dfc9 commit 0564403 Copy full SHA for 0564403
File tree 1 file changed +14
-31
lines changed
1 file changed +14
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
-
3
- "robotName" : " zumo_0" ,
4
-
2
+ "robotName" : " " ,
5
3
"wifi" : {
6
-
7
- "ssid" : " TheForce" ,
8
-
9
- "pswd" : " hanshotfirst"
10
-
4
+ "ssid" : " " ,
5
+ "pswd" : " "
11
6
},
12
-
13
7
"mqtt" : {
14
-
15
- "host" : " 192.168.137.1" ,
16
-
17
- "port" : 1883
18
-
8
+ "host" : " localhost" ,
9
+ "port" : " 1883"
19
10
},
20
-
21
11
"ap" : {
22
-
23
12
"ssid" : " DCS_AP" ,
24
-
25
13
"pswd" : " hanshotfirst"
26
-
27
14
},
28
-
29
15
"webServer" : {
30
-
31
- "user" : " " ,
32
-
33
- "pswd" : " "
34
-
16
+ "user" : " admin" ,
17
+ "pswd" : " admin"
35
18
},
36
-
37
19
"platoon" : {
38
-
39
- "platoonId" : 0 ,
40
-
41
- "vehicleId" : 0
42
-
20
+ "platoonId" : " 0" ,
21
+ "vehicleId" : " 0"
22
+ },
23
+ "initialPosition" : {
24
+ "x" : " 0" ,
25
+ "y" : " 0" ,
26
+ "heading" : " 0"
43
27
}
44
-
45
28
}
You can’t perform that action at this time.
0 commit comments