1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-312 Hide I2C port also for Discovery and Revoproto

This commit is contained in:
Laurent Lalanne 2016-06-08 22:13:01 +02:00
parent f658f2ea21
commit a1a795df9a

View File

@ -7,7 +7,7 @@
<field name="MagBiasNullingRate" units="" type="float" elements="1" defaultvalue="0"/>
<field name="BoardRotation" units="deg" type="int16" elementnames="Roll,Pitch,Yaw" defaultvalue="0,0,0"/>
<field name="Type" units="" type="enum" elements="1" options="GPSV9,Flexi,I2C,DJI" defaultvalue="GPSV9"
limits="%0905NE:I2C,%0903NE:I2C;"/>
limits="%0905NE:I2C,%0904NE:I2C,%0903NE:I2C,%0902NE:I2C;"/>
<field name="Usage" units="" type="enum" elements="1" options="Both,OnboardOnly,AuxOnly" defaultvalue="Both"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="true" updatemode="onchange" period="0"/>