save before changing pdu hk table dataset
This commit is contained in:
@ -12,8 +12,9 @@ PDU1Handler::~PDU1Handler() {
|
||||
|
||||
ReturnValue_t PDU1Handler::buildNormalDeviceCommand(
|
||||
DeviceCommandId_t * id) {
|
||||
*id = GOMSPACE::REQUEST_HK_TABLE;
|
||||
return buildCommandFromCommand(*id, NULL, 0);
|
||||
// *id = GOMSPACE::REQUEST_HK_TABLE;
|
||||
// return buildCommandFromCommand(*id, NULL, 0);
|
||||
return RETURN_OK;
|
||||
}
|
||||
|
||||
void PDU1Handler::letChildHandleHkReply(DeviceCommandId_t id, const uint8_t *packet) {
|
||||
|
Reference in New Issue
Block a user