Plane: Add keydump feature

This commit is contained in:
Michael du Breuil 2019-04-10 18:56:23 -07:00 committed by Andrew Tridgell
parent 5dba9b0e48
commit 3e214e1f8b

View File

@ -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
}
//********************************************************************************