...
This commit is contained in:
@@ -773,8 +773,8 @@ Asibfm700Mount::error_t Asibfm700Mount::slewingImpl(bool slew_and_stop)
|
|||||||
}
|
}
|
||||||
_pathFile.clearPath();
|
_pathFile.clearPath();
|
||||||
|
|
||||||
if (!_lastMountError->load()) { // do not start tracking if an error occured
|
if (!_lastMountError->load() && !_stopMovementRequest->load()) { // do not start tracking if an error occured
|
||||||
if (!slew_and_stop) {
|
if (!slew_and_stop) { // or stop requested
|
||||||
return trackTarget();
|
return trackTarget();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user