spelling
circle mode for autopilot menu entry for circle mode
This commit is contained in:
@@ -127,7 +127,7 @@ class Navigation {
|
||||
bool startNavigation();
|
||||
void freezeTargetPoint(bool val = true) { this->preventNextPoint = val; };
|
||||
void drivingDirectionChange();
|
||||
void dissableCalcAzimuth() { this->directionChangeMode = false; }
|
||||
void disableCalcAzimuth() { this->directionChangeMode = false; }
|
||||
|
||||
double increaseMinDistanceToReachPoint() { return this->minDistanceToReachPoint += 0.1; }
|
||||
double decreaseMinDistanceToReachPoint() { return this->minDistanceToReachPoint -= 0.1; }
|
||||
|
||||
Reference in New Issue
Block a user