Skip to content

Commit e36ed98

Browse files
fix(backend): correct config.toml
1 parent 458aec9 commit e36ed98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/cmd/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
# Vehicle Configuration
1212
[vehicle]
13-
boards = ["TEST"]
13+
boards = ["BCU", "BMSL", "HVSCU", "HVSCU-Cabinet", "LCU", "PCU", "VCU", "BLCU"]
1414

1515
# ADJ (Architecture Description JSON) Configuration
1616
[adj]
17-
branch = "mensajes-test" # Leave blank when using ADJ as a submodule (like this: "")
17+
branch = "main" # Leave blank when using ADJ as a submodule (like this: "")
1818
validate = true # Execute ADJ validator before starting backend
1919

2020
# Transport Configuration

0 commit comments

Comments
 (0)