Commit aae22f7c authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #147 from jjhall89/dataandSettings

ParameterList.xml in data
parents 35acdd4f 1fe1f429
......@@ -39,7 +39,7 @@ ParameterList::ParameterList()
QDir settingsDir = QDir(qApp->applicationDirPath());
if (settingsDir.dirName() == "bin")
settingsDir.cdUp();
settingsDir.cd("settings");
settingsDir.cd("data");
// Enforce a list of parameters which are necessary for flight
reqdServoParams->append("AIL_RIGHT_IN");
......
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