v1.9.0 #175
@ -643,7 +643,7 @@ ReturnValue_t Validation::createCommand(uint8_t* buffer) {
|
|||||||
ReturnValue_t result = RETURN_OK;
|
ReturnValue_t result = RETURN_OK;
|
||||||
uint8_t offset = 0;
|
uint8_t offset = 0;
|
||||||
std::string param;
|
std::string param;
|
||||||
addSetParamHeader(buffer, StarTracker::ID::MATCHING);
|
addSetParamHeader(buffer, StarTracker::ID::VALIDATION);
|
||||||
offset = 2;
|
offset = 2;
|
||||||
result = getParam(arcseckeys::STABLE_COUNT, param);
|
result = getParam(arcseckeys::STABLE_COUNT, param);
|
||||||
if (result != RETURN_OK) {
|
if (result != RETURN_OK) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user