mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Vehicle: change no airspeed sensor message
it should be INFO not WARNING as not having an airspeed sensor isn't an issue if it is disabled
This commit is contained in:
parent
6bba31642e
commit
20cbd8dd0b
@ -230,7 +230,7 @@ void AP_Vehicle::setup()
|
||||
}
|
||||
#if APM_BUILD_TYPE(APM_BUILD_ArduPlane)
|
||||
else {
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_WARNING,"No airspeed sensor present or enabled");
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_INFO, "No airspeed sensor");
|
||||
}
|
||||
#endif
|
||||
#endif // AP_AIRSPEED_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user