This commit is contained in:
Timur A. Fatkhullin
2026-03-03 23:10:20 +03:00
parent c0ae05b661
commit b44e695e1c

View File

@@ -773,8 +773,8 @@ Asibfm700Mount::error_t Asibfm700Mount::slewingImpl(bool slew_and_stop)
}
_pathFile.clearPath();
if (!_lastMountError->load()) { // do not start tracking if an error occured
if (!slew_and_stop) {
if (!_lastMountError->load() && !_stopMovementRequest->load()) { // do not start tracking if an error occured
if (!slew_and_stop) { // or stop requested
return trackTarget();
}
} else {