sitl: add 'commander takeoff' to history

This commit is contained in:
Beat Küng
2021-02-09 11:00:28 +01:00
committed by Lorenz Meier
parent 836c7c6575
commit 558fe18dfe

View File

@@ -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;
}