Commit 6b560420 authored by Lorenz Meier's avatar Lorenz Meier

Auto-requesting WPs on system connect

parent b9847eb0
......@@ -101,7 +101,6 @@ WaypointList::WaypointList(QWidget *parent, UASInterface* uas) :
if (uas)
{
WPM = uas->getWaypointManager();
//setUAS(uas);
}
else
{
......@@ -176,6 +175,9 @@ void WaypointList::setUAS(UASInterface* uas)
//connect(WPM,SIGNAL(loadWPFile()),this,SLOT(setIsLoadFileWP()));
//connect(WPM,SIGNAL(readGlobalWPFromUAS(bool)),this,SLOT(setIsReadGlobalWP(bool)));
}
// Update list
read();
}
void WaypointList::saveWaypoints()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment