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.
If you set the
End Timeearlier than theStart Timeor theStart Timelater than theEnd Timethe 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: changeendto 23:59 before changingstarttovalueSaving new value to End: if
value<start: changestartto 00:00 before changingendtovalueThis way, a user can alter both time settings without paying attention to the current values.