switch to default UDP TC server, bugfix

This commit is contained in:
2022-09-13 15:29:24 +02:00
parent 9a8cca1821
commit f89ca50bcb
11 changed files with 31 additions and 21 deletions

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 1
#define OBSW_USE_TCP_SERVER 0
#ifdef __cplusplus