Skip to content

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

@freddieleeman

Description

@freddieleeman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions