eive-obsw/common/config/commonConfig.h.in

11 lines
337 B
C
Raw Normal View History

2021-03-04 18:29:28 +01:00
#ifndef COMMON_CONFIG_COMMONCONFIG_H_
#define COMMON_CONFIG_COMMONCONFIG_H_
#define OBSW_ADD_LWGPS_TEST 0
2021-07-26 13:51:00 +02:00
// 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
2021-03-04 18:29:28 +01:00
#endif /* COMMON_CONFIG_COMMONCONFIG_H_ */