mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Added missing gpssettings.xml
This commit is contained in:
parent
0424172398
commit
94b610c882
10
shared/uavobjectdefinition/gpssettings.xml
Normal file
10
shared/uavobjectdefinition/gpssettings.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<xml>
|
||||
<object name="GPSSettings" singleinstance="true" settings="true">
|
||||
<description>Settings for the GPS</description>
|
||||
<field name="DataProtocol" units="" type="enum" elements="1" options="NMEA,UBX" defaultvalue="NMEA"/>
|
||||
<access gcs="readwrite" flight="readwrite"/>
|
||||
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
||||
<telemetryflight acked="true" updatemode="onchange" period="0"/>
|
||||
<logging updatemode="manual" period="0"/>
|
||||
</object>
|
||||
</xml>
|
Loading…
x
Reference in New Issue
Block a user