mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Sub: Add keydump feature
This commit is contained in:
parent
ed2ae707f4
commit
ce6fb75e52
@ -207,6 +207,10 @@ void Sub::init_ardupilot()
|
|||||||
|
|
||||||
// flag that initialisation has completed
|
// flag that initialisation has completed
|
||||||
ap.initialised = true;
|
ap.initialised = true;
|
||||||
|
|
||||||
|
#if AP_PARAM_KEY_DUMP
|
||||||
|
AP_Param::show_all(hal.console, true);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user