...
This commit is contained in:
@@ -144,6 +144,7 @@ AsibFM700ServoController::error_t AsibFM700ServoController::hardwareSetState(har
|
||||
ns -= secs;
|
||||
std::timespec tp{.tv_sec = secs.count(), .tv_nsec = ns.count()};
|
||||
|
||||
Mount.currentT(&tp);
|
||||
|
||||
if (state.movementState == hardware_movement_state_t::HW_MOVE_SLEWING) {
|
||||
// according to"SiTech protocol notes" X is DEC-axis and Y is HA-axis
|
||||
|
||||
Reference in New Issue
Block a user