mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-14 21:23:52 +01:00
797bb38081
Also added a new debug plugin witch shows the debug messages normally not available on release builds
11 lines
419 B
XML
11 lines
419 B
XML
<plugin name="DebugGadget" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2010 OpenPilot Project</copyright>
|
|
<license>The GNU Public License (GPL) Version 3</license>
|
|
<description>An debug gadget</description>
|
|
<url>http://www.openpilot.org</url>
|
|
<dependencyList>
|
|
<dependency name="Core" version="1.0.0"/>
|
|
</dependencyList>
|
|
</plugin>
|