We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a7618 commit d52244bCopy full SHA for d52244b
1 file changed
backend/cmd/config.toml
@@ -1,3 +1,5 @@
1
+[vehicle]
2
+boards = ["HVSCU", "PCU"]
3
[server.ethernet-view]
4
address = "127.0.0.1:4040"
5
static = "./ethernet-view"
@@ -16,9 +18,8 @@ order_data = "/orderStructures"
16
18
programable_boards = "/uploadableBoards"
17
19
connections = "/backend"
20
files = "/"
-[network]
-manual = false
21
-
22
[adj]
23
branch = "sw-bcu" # Leave blank when using ADJ as a submodule (like this: "")
24
test = true
+[network]
25
+manual = false
0 commit comments