Skip to content

Commit d52244b

Browse files
committed
fix config.toml
1 parent 12a7618 commit d52244b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

backend/cmd/config.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[vehicle]
2+
boards = ["HVSCU", "PCU"]
13
[server.ethernet-view]
24
address = "127.0.0.1:4040"
35
static = "./ethernet-view"
@@ -16,9 +18,8 @@ order_data = "/orderStructures"
1618
programable_boards = "/uploadableBoards"
1719
connections = "/backend"
1820
files = "/"
19-
[network]
20-
manual = false
21-
2221
[adj]
2322
branch = "sw-bcu" # Leave blank when using ADJ as a submodule (like this: "")
2423
test = true
24+
[network]
25+
manual = false

0 commit comments

Comments
 (0)