LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / plugins / config / Config.pluginspec
bloba1da4d5d27a1b8fea510d173948d20e873409f32
1 <plugin name="Config" version="1.0.0" compatVersion="1.0.0">
2     <vendor>The LibrePilot Project</vendor>
3     <copyright>(C) 2015 LibrePilot Project; (C) 2010 OpenPilot Project</copyright>
4     <license>GNU Public License (GPL) Version 3</license>
5         <description>Configuration GUI</description>
6     <url>http://www.librepilot.org</url>
7     <dependencyList>
8         <dependency name="Core" version="1.0.0"/>
9         <dependency name="UAVObjects" version="1.0.0"/>
10         <dependency name="UAVTalk" version="1.0.0"/>
11         <dependency name="UAVObjectUtil" version="1.0.0"/>
12         <dependency name="UAVSettingsImportExport" version="1.0.0"/>
13                 <dependency name="UAVObjectWidgetUtils" version="1.0.0"/>
14     </dependencyList>
15 </plugin>