Browse Source

Plane: fix soaring typo

zr-v5.1
Tom Pittenger 6 years ago committed by Andrew Tridgell
parent
commit
ce9450846b
  1. 2
      ArduPlane/soaring.cpp

2
ArduPlane/soaring.cpp

@ -70,7 +70,7 @@ void Plane::update_soaring() { @@ -70,7 +70,7 @@ void Plane::update_soaring() {
}
const char* strTooHigh = "Soaring: Too high, restoring ";
const char* strTooLow = "Soaring: Too high, restoring ";
const char* strTooLow = "Soaring: Too low, restoring ";
const char* strTooWeak = "Soaring: Thermal ended, restoring ";
// Exit as soon as thermal state estimate deteriorates

Loading…
Cancel
Save