moved config flag to cmmon config

This commit is contained in:
2021-07-26 13:51:00 +02:00
parent 590d5e11e1
commit 261fc8b58f
6 changed files with 31 additions and 18 deletions

View File

@ -3,4 +3,8 @@
#define OBSW_ADD_LWGPS_TEST 0
// Use TCP instead of UDP for the TMTC bridge. This allows using the TMTC client locally
// because UDP packets are not allowed in the VPN
#define OBSW_USE_TMTC_TCP_BRIDGE 0
#endif /* COMMON_CONFIG_COMMONCONFIG_H_ */