Browse Source

Rover: Add keydump feature

master
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
5dba9b0e48
  1. 4
      APMrover2/system.cpp

4
APMrover2/system.cpp

@ -160,6 +160,10 @@ void Rover::init_ardupilot() @@ -160,6 +160,10 @@ void Rover::init_ardupilot()
// flag that initialisation has completed
initialised = true;
#if AP_PARAM_KEY_DUMP
AP_Param::show_all(hal.console, true);
#endif
}
//*********************************************************************************

Loading…
Cancel
Save