Skip to content

Commit 968851d

Browse files
author
Paul Gramescu
committed
Copied configurations from main.
1 parent 0564403 commit 968851d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

config/config.json

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
{
2-
"robotName": "zumo_0",
2+
"robotName": "",
33
"wifi": {
4-
"ssid": "TheForce",
5-
"pswd": "hanshotfirst"
4+
"ssid": "",
5+
"pswd": ""
66
},
77
"mqtt": {
88
"host": "localhost",
9-
"port": 1883
9+
"port": "1883"
1010
},
1111
"ap": {
1212
"ssid": "DCS_AP",
1313
"pswd": "hanshotfirst"
1414
},
1515
"webServer": {
16-
"user": "",
17-
"pswd": ""
16+
"user": "admin",
17+
"pswd": "admin"
1818
},
1919
"platoon": {
20-
"platoonId": 0,
21-
"vehicleId": 0
20+
"platoonId": "0",
21+
"vehicleId": "0"
22+
},
23+
"initialPosition": {
24+
"x": "0",
25+
"y": "0",
26+
"heading": "0"
2227
}
2328
}

0 commit comments

Comments
 (0)