Skip to content

Commit 112f810

Browse files
committed
chore: disable python backend test and leave blank auto-opening windowin config.toml
1 parent 5c2ba19 commit 112f810

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
@@ -9,7 +9,7 @@
99

1010
# Control Station general configuration
1111
[app]
12-
automatic_window_opening = "control-station" # Leave blank to open no windows (<blank>, ethernet-view, control-station, both)
12+
automatic_window_opening = "" # Leave blank to open no windows (<blank>, ethernet-view, control-station, both)
1313

1414
# Vehicle Configuration
1515
[vehicle]
@@ -18,7 +18,7 @@ boards = ["BCU", "BMSL", "HVSCU", "HVSCU-Cabinet", "LCU", "PCU", "VCU", "BLCU"]
1818
# ADJ (Architecture Description JSON) Configuration
1919
[adj]
2020
branch = "main" # Leave blank when using ADJ as a submodule (like this: "")
21-
test = true # Enable test mode
21+
test = false # Enable test mode
2222

2323
# Network Configuration
2424
[network]

0 commit comments

Comments
 (0)