This commit is contained in:
2026-02-04 18:29:08 +03:00
parent 5b4456d6ef
commit 593a914d8d
5 changed files with 587 additions and 40 deletions

View File

@@ -286,6 +286,14 @@ public:
}
error_t getTarget(mcc_skypoint_c auto* sp)
{
sp = _enteredTargetPos;
return MccTelemetryErrorCode::ERROR_OK;
}
//
// blocks the current thread until telemetry data is received.
// the maximum blocking time is equal to the set timeout (see setTelemetryDataTimeout method)