-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add aborted checks when paused mowing
Previously the mower would have to become unpaused before it would recognize that mowing had been aborted.
- Loading branch information
1 parent
1fea776
commit 6ed7c6c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6ed7c6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had exactly the same thought when I reviewing the code for https://wiki.openmower.de/index.php?title=Why_is_the_mower_not_mowing%3F and for my tasklist feature.
There's also a workaround in
command_home()
which might no longer be needed after this change.