We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0564403 commit 968851dCopy full SHA for 968851d
config/config.json
@@ -1,23 +1,28 @@
1
{
2
- "robotName": "zumo_0",
+ "robotName": "",
3
"wifi": {
4
- "ssid": "TheForce",
5
- "pswd": "hanshotfirst"
+ "ssid": "",
+ "pswd": ""
6
},
7
"mqtt": {
8
"host": "localhost",
9
- "port": 1883
+ "port": "1883"
10
11
"ap": {
12
"ssid": "DCS_AP",
13
"pswd": "hanshotfirst"
14
15
"webServer": {
16
- "user": "",
17
- "pswd": ""
+ "user": "admin",
+ "pswd": "admin"
18
19
"platoon": {
20
- "platoonId": 0,
21
- "vehicleId": 0
+ "platoonId": "0",
+ "vehicleId": "0"
22
+ },
23
+ "initialPosition": {
24
+ "x": "0",
25
+ "y": "0",
26
+ "heading": "0"
27
}
28
0 commit comments