Open jtechau opened 2 years ago
Added methods for Guest Mode making increases of 0 to 1 (can change later to match robot)
In commit a9293f772f7d5ecda32549f7182763451e518610:
It doesn't look like increaseSpeed()
is called anywhere. I would suggest that setGuestMode()
should first check to see if enabled
is already true; if so, increase the speed, otherwise set the speed to minimum.
A suggestion from Paul:
I suspect using X and Y to vary the speed might make more sense, as that way you can vary the speed both up and down without disabling Guest Mode.