mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
e174898bf2
Updated printf-stdarg to use debug port. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@53 ebee16cc-31ac-478f-84a7-5cbb03baadba
19 lines
333 B
INI
19 lines
333 B
INI
#
|
|
# Basic Settings File for Open Pilot
|
|
# The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2009.
|
|
#
|
|
|
|
[GPS]
|
|
Baudrate = 57600
|
|
|
|
[Telemetry]
|
|
Baudrate = 19200
|
|
|
|
[Auxillary_USART]
|
|
# !!WARNING!! Enabling this will DISABLE RC input 5 and 6
|
|
Enabled = 0
|
|
Baudrate = 19200
|
|
|
|
[Servos]
|
|
PositionMin = 800
|
|
PositionMax = 2200 |