Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'End Time' earlier than 'Start Time' crashes mower while charging #2

Open
freddieleeman opened this issue Jun 24, 2021 · 0 comments
Open

Comments

@freddieleeman
Copy link

If you set the End Time earlier than the Start Time or the Start Time later than the End Time the mower crashes (CODE 201 PLEASE RESTART) and Robotan gets disconnected. The only way to resolve this issue is to disconnect the mower from the charger , reboot the mower, and fix the time values.

Suggested fix:
Saving new value to Start: if value > end: change end to 23:59 before changing start to value
Saving new value to End: if value < start: change start to 00:00 before changing end to value

This way, a user can alter both time settings without paying attention to the current values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant