mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-1840 set ubx autoconfig default to disabled
This commit is contained in:
parent
73da4ea480
commit
4c794ff9ab
@ -6,7 +6,7 @@
|
|||||||
<field name="MaxPDOP" units="" type="float" elements="1" defaultvalue="3.5"/>
|
<field name="MaxPDOP" units="" type="float" elements="1" defaultvalue="3.5"/>
|
||||||
<!-- Ubx self configuration. Enable to allow the flight board to auto configure ubx GPS options,
|
<!-- Ubx self configuration. Enable to allow the flight board to auto configure ubx GPS options,
|
||||||
store does AutoConfig and save GPS settings (i.e. to prevent issues if gps is power cycled) -->
|
store does AutoConfig and save GPS settings (i.e. to prevent issues if gps is power cycled) -->
|
||||||
<field name="UbxAutoConfig" units="" type="enum" elements="1" options="Disabled,Configure,ConfigureAndStore" defaultvalue="Configure"/>
|
<field name="UbxAutoConfig" units="" type="enum" elements="1" options="Disabled,Configure,ConfigureAndStore" defaultvalue="Disabled"/>
|
||||||
<!-- Ubx position update rate, -1 for auto -->
|
<!-- Ubx position update rate, -1 for auto -->
|
||||||
<field name="UbxRate" units="Hz" type="int8" elements="1" defaultvalue="5" />
|
<field name="UbxRate" units="Hz" type="int8" elements="1" defaultvalue="5" />
|
||||||
<!-- Ubx dynamic model, see UBX datasheet for more details -->
|
<!-- Ubx dynamic model, see UBX datasheet for more details -->
|
||||||
|
Loading…
Reference in New Issue
Block a user