syrlinks handler wip

This commit is contained in:
2021-02-17 15:54:48 +01:00
parent 9963d42a3e
commit 2fd33bed7f
8 changed files with 223 additions and 9 deletions

View File

@ -20,7 +20,7 @@ ReturnValue_t PDU1Handler::buildNormalDeviceCommand(
void PDU1Handler::letChildHandleHkReply(DeviceCommandId_t id, const uint8_t *packet) {
parseHkTableReply(packet);
// handleDeviceTM(&pdu1HkTableDataset, id, true);
handleDeviceTM(&pdu1HkTableDataset, id, true);
#if OBSW_VERBOSE_LEVEL >= 1 && PDU1_DEBUG == 1
pdu1HkTableDataset.read();