This commit is contained in:
2025-06-13 17:45:47 +03:00
parent 37b33d4ff7
commit 3a28c3299f
3 changed files with 344 additions and 1 deletions

View File

@@ -430,7 +430,7 @@ protected:
template <std::derived_from<MccMountEventSlew<MountT>> EvT>
void enterImpl(EvT& event)
{
event.mount().startSlew(/* params here ...*/);
event.mount().slewMount(/* params here ...*/);
}
};