添加了所有的设置界面,设置界面还存在不会隐藏的问题

This commit is contained in:
2020-04-26 18:09:54 +08:00
parent 2bada85cee
commit 5c18e8f73c
4 changed files with 560 additions and 271 deletions
+1
View File
@@ -462,6 +462,7 @@ void WayPointItem::SetDefault(double lat,double lng,float alt,uint16_t seq)
property.z = alt;
property.seq = seq;
property.command = MAV_CMD::MAV_CMD_NAV_WAYPOINT;
property.frame = MAV_FRAME::MAV_FRAME_GLOBAL;
//...
}