Browse Source

Plane: Add keydump feature

mission-4.1.18
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
3e214e1f8b
  1. 4
      ArduPlane/system.cpp

4
ArduPlane/system.cpp

@ -184,6 +184,10 @@ void Plane::init_ardupilot() @@ -184,6 +184,10 @@ void Plane::init_ardupilot()
// disable safety if requested
BoardConfig.init_safety();
#if AP_PARAM_KEY_DUMP
AP_Param::show_all(hal.console, true);
#endif
}
//********************************************************************************

Loading…
Cancel
Save