This commit is contained in:
2025-11-01 11:57:49 +03:00
parent 8a202bd38c
commit a7fbae47f0
5 changed files with 56 additions and 19 deletions

View File

@@ -652,6 +652,10 @@ public:
return MccTelemetryErrorCode::ERROR_OK;
}
error_t lastUpdateError() const
{
return _lastUpdateError;
}
error_t setPointingTarget(mcc_celestial_point_c auto pt)
{