mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: fix soaring typo
This commit is contained in:
parent
ec8f82422a
commit
ce9450846b
@ -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…
Reference in New Issue
Block a user