swipe_update允许up_wait为0
This commit is contained in:
parent
166641ebee
commit
8362a31ffd
1 changed files with 3 additions and 2 deletions
|
@ -468,6 +468,7 @@ class BaseSolver:
|
|||
"""
|
||||
if config.stop_mower.is_set():
|
||||
raise MowerExit
|
||||
if up_wait > 0:
|
||||
points += points[-1:]
|
||||
durations.append(up_wait)
|
||||
return config.device.swipe_ext(points, durations, True, interval, func)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue