Merge remote-tracking branch 'origin/develop' into mueller/master

This commit is contained in:
2021-08-09 16:45:32 +02:00
22 changed files with 1452 additions and 596 deletions

View File

@ -5,6 +5,6 @@
// 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 1
#define OBSW_USE_TMTC_TCP_BRIDGE 0
#endif /* COMMON_CONFIG_COMMONCONFIG_H_ */

View File

@ -80,7 +80,9 @@ enum commonObjects: uint32_t {
RW3 = 0x44120003,
RW4 = 0x44120004,
START_TRACKER = 0x44130001
START_TRACKER = 0x44130001,
PLOC_UPDATER = 0x44330000
};
}

View File

@ -17,6 +17,7 @@ enum: uint8_t {
STR_HANDLER = 114,
PLOC_SUPERVISOR_HANDLER = 115,
FILE_SYSTEM = 116,
PLOC_UPDATER = 117,
COMMON_SUBSYSTEM_ID_END
};
}