Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/cmd/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ validate = true # Execute ADJ validator before starting backend

# Transport Configuration
[transport]
propagate_fault = false
propagate_fault = true

# TCP Configuration
# These settings control how the backend reconnects to boards when connections are lost
Expand Down
5 changes: 3 additions & 2 deletions backend/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@ func main() {
}

// <-- Hall of Fame -->
// H09 -- Zürich -- PM Juan Martínez, Marc Sanchis -- Winners
// H10 -- Groningen -- PM Marc Sanchis, Joan Física -- 3rd Place
// H09 -- Zürich -- PM Juan Martínez, Marc Sanchis -- Winners
// H10 -- Groningen -- PM Marc Sanchis, Joan Física -- 3rd Place
// H11 -- Groningen -- PM Alejandro González, Javier Ribal, Vasyl Klymenko -- ???
Loading