1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Change CC, OP MB, and AHRS to use bootloader by default.

Also change AttitudeActual to update at 10Hz rather than 2 Hz.  The increased bandwidth is minimal and the resulting "polish" that it adds to the look-and-feel of the GCS is signifcant.
This commit is contained in:
David Buzz Carlson 2011-04-28 04:08:32 -07:00 committed by David Carlson
parent 2c89d34e2a
commit c93ab7e723
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ include $(TOP)/make/firmware-defs.mk
# Set developer code and compile options
# Set to YES for debugging
DEBUG ?= NO
USE_BOOTLOADER ?= NO
USE_BOOTLOADER ?= YES
# Set to YES when using Code Sourcery toolchain
CODE_SOURCERY ?= YES

View File

@ -37,7 +37,7 @@ ENABLE_DEBUG_PINS ?= NO
ENABLE_AUX_UART ?= NO
#
USE_BOOTLOADER ?= NO
USE_BOOTLOADER ?= YES
USE_SPEKTRUM ?= NO

View File

@ -37,7 +37,7 @@ ENABLE_DEBUG_PINS ?= NO
ENABLE_AUX_UART ?= NO
#
USE_BOOTLOADER ?= NO
USE_BOOTLOADER ?= YES
USE_SPEKTRUM ?= NO

View File

@ -10,7 +10,7 @@
<field name="Yaw" units="degrees" type="float" elements="1"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="500"/>
<telemetryflight acked="false" updatemode="periodic" period="100"/>
<logging updatemode="never" period="0"/>
</object>
</xml>