From 41925c36458d355398ed9952c5d8e4de4a633bed Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Mon, 31 Aug 2020 14:33:54 +0200 Subject: [PATCH] Add a navigation header to the default configuration. This receives data from the navigation system on UDP port 30000. It will try to parse all known headers. --- etc/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/config.yaml b/etc/config.yaml index 484bce4..6c52d7c 100644 --- a/etc/config.yaml +++ b/etc/config.yaml @@ -12,3 +12,9 @@ webhooks: # Bash .profile. This is the recommended way to avoid accidentally # committing a security token into the git repository. +navigation: + headers: + - + type: udp + port: 30000 +