You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If you set the
End Time
earlier than theStart Time
or theStart Time
later than theEnd 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
: changeend
to 23:59 before changingstart
tovalue
Saving new value to End: if
value
<start
: changestart
to 00:00 before changingend
tovalue
This way, a user can alter both time settings without paying attention to the current values.
The text was updated successfully, but these errors were encountered: