v1.14.0 #304

Merged
muellerr merged 366 commits from develop into main 2022-10-10 17:46:38 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 87f430fdee - Show all commits

View File

@ -131,6 +131,8 @@ ReturnValue_t GomspaceDeviceHandler::buildCommandFromCommand(DeviceCommandId_t d
} }
rawPacket = cspPacket; rawPacket = cspPacket;
rawPacketLen = sizeof(GOMSPACE::TableInfo); rawPacketLen = sizeof(GOMSPACE::TableInfo);
cspCookie->setCspPort(CspPorts::P60_PORT_RPARAM_ENUM);
cspCookie->setRequest(SpecialRequestTypes::SAVE_TABLE, 0);
rememberCommandId = deviceCommand; rememberCommandId = deviceCommand;
break; break;
} }
@ -146,6 +148,8 @@ ReturnValue_t GomspaceDeviceHandler::buildCommandFromCommand(DeviceCommandId_t d
info->targetTable = info->sourceTable + 4; info->targetTable = info->sourceTable + 4;
rawPacket = cspPacket; rawPacket = cspPacket;
rawPacketLen = sizeof(GOMSPACE::TableInfo); rawPacketLen = sizeof(GOMSPACE::TableInfo);
cspCookie->setCspPort(CspPorts::P60_PORT_RPARAM_ENUM);
cspCookie->setRequest(SpecialRequestTypes::SAVE_TABLE, 0);
rememberCommandId = deviceCommand; rememberCommandId = deviceCommand;
break; break;
} }

2
tmtc

@ -1 +1 @@
Subproject commit abecbe44016313f1b51a29d1358fccb9f541d542 Subproject commit e162e5c51b0bf08b2018e4169a07eed1e4f7eacb