Ardumower / Sunray

Ardumower Sunray
71 stars 54 forks source link

implement Save Mow Motor Direction #133

Closed SirVival71 closed 1 year ago

SirVival71 commented 1 year ago

Save the mow motor direction to be able to change the mow motor direction if the mower is switched off between two mowing sessions

Issue: If someone don't use a docking station, the mower is switched off after mowing and forgets the last mow motor direction. If someone switches off the mower between two mowing sessions he is not able to benefit of the feature to change to mow motor direction.

This change saves the mow motor direction to be able to change it independend of switching off the mower.

The only changes by this request are in motor.h (change motorMowForwardSet from private to public) and Storage.cpp (add motorMowForwardSet aus saved value)

greymfm commented 1 year ago

thanks!