From 0a923a38a6d724d046591317784b21f631343fa2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 18 May 2022 16:02:42 +0200 Subject: [PATCH] use TCP server by default --- bsp_hosted/fsfwconfig/OBSWConfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp_hosted/fsfwconfig/OBSWConfig.h.in b/bsp_hosted/fsfwconfig/OBSWConfig.h.in index c9f2acb..9487c31 100644 --- a/bsp_hosted/fsfwconfig/OBSWConfig.h.in +++ b/bsp_hosted/fsfwconfig/OBSWConfig.h.in @@ -10,7 +10,7 @@ #define OBSW_TASK_PERIODIC_EVENT 0 // Use a TCP server instead of a UDP server for TMTC reception -#define OBSW_USE_TCP_SERVER 0 +#define OBSW_USE_TCP_SERVER 1 #ifdef __cplusplus