Skip to content

Commit 1389892

Browse files
author
Tobias Haeckel
committed
adjusted .json
1 parent 2803e79 commit 1389892

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"robotName": "0",
3+
"wifi": {
4+
"ssid": "",
5+
"pswd": ""
6+
},
7+
"mqtt": {
8+
"host": "localhost",
9+
"port": "1883"
10+
},
11+
"ap": {
12+
"ssid": "DCS_AP",
13+
"pswd": "hanshotfirst"
14+
},
15+
"webServer": {
16+
"user": "admin",
17+
"pswd": "admin"
18+
},
19+
"platoon": {
20+
"platoonId": "0",
21+
"vehicleId": "0"
22+
},
23+
"initialPosition": {
24+
"x": "0",
25+
"y": "0",
26+
"heading": "0"
27+
},
28+
"microROSAgent": {
29+
"host": "127.0.0.1",
30+
"port": "8888"
31+
}
32+
}

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ framework = arduino
6565
build_flags =
6666
${mode:selected_esp32.build_flags}
6767
-Wl,-Map,firmware.map
68-
-D CONFIG_FILE_PATH="\"/config/config.json\""
68+
-D CONFIG_FILE_PATH="\"/config/config_zumo0.json\""
6969
lib_deps =
7070
HALInterfaces
7171
HALTarget

0 commit comments

Comments
 (0)