use TCP server by default
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good

This commit is contained in:
2022-05-18 16:02:42 +02:00
parent 228c052fae
commit 0a923a38a6

View File

@ -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