File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ framework = arduino
6565build_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\" "
6969lib_deps =
7070 HALInterfaces
7171 HALTarget
You can’t perform that action at this time.
0 commit comments