Skip to content

Commit 0564403

Browse files
author
Paul Gramescu
committed
Copied over the config from main branch.
1 parent 4c9dfc9 commit 0564403

File tree

1 file changed

+14
-31
lines changed

1 file changed

+14
-31
lines changed

data/config/config.json

+14-31
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,28 @@
11
{
2-
3-
"robotName": "zumo_0",
4-
2+
"robotName": "",
53
"wifi": {
6-
7-
"ssid": "TheForce",
8-
9-
"pswd": "hanshotfirst"
10-
4+
"ssid": "",
5+
"pswd": ""
116
},
12-
137
"mqtt": {
14-
15-
"host": "192.168.137.1",
16-
17-
"port": 1883
18-
8+
"host": "localhost",
9+
"port": "1883"
1910
},
20-
2111
"ap": {
22-
2312
"ssid": "DCS_AP",
24-
2513
"pswd": "hanshotfirst"
26-
2714
},
28-
2915
"webServer": {
30-
31-
"user": "",
32-
33-
"pswd": ""
34-
16+
"user": "admin",
17+
"pswd": "admin"
3518
},
36-
3719
"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"
4327
}
44-
4528
}

0 commit comments

Comments
 (0)