mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
sitl: add 'commander takeoff' to history
This commit is contained in:
@@ -57,6 +57,8 @@ apps_map_type Pxh::_apps = {};
|
||||
|
||||
Pxh::Pxh()
|
||||
{
|
||||
_history.try_to_add("commander takeoff"); // for convenience
|
||||
_history.reset_to_end();
|
||||
_instance = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user