max1227 wip
This commit is contained in:
@ -33,7 +33,9 @@ ReturnValue_t IMTQHandler::buildNormalDeviceCommand(
|
||||
DeviceCommandId_t * id) {
|
||||
switch (communicationStep) {
|
||||
case CommunicationStep::SELF_TEST:
|
||||
*id = IMTQ::SELF_TEST;
|
||||
// *id = IMTQ::SELF_TEST;
|
||||
//TODO: Implementing self test command. On-hold because of issue with humidity in clean
|
||||
// room
|
||||
communicationStep = CommunicationStep::GET_ENG_HK_DATA;
|
||||
break;
|
||||
case CommunicationStep::GET_ENG_HK_DATA:
|
||||
|
Reference in New Issue
Block a user