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

Forgot to commit a telemetry file after adding more telemetry baudrate options.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2199 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
pip 2010-12-06 21:04:19 +00:00 committed by pip
parent 5e91f46633
commit dc58243b0f

@ -45,10 +45,13 @@ _fields = [ \
'0', '0',
], ],
{ {
'0' : '9600', '0' : '2400',
'1' : '38400', '1' : '4800',
'2' : '57600', '2' : '9600',
'3' : '115200', '3' : '19200',
'4' : '38400',
'5' : '57600',
'6' : '115200',
} }
), ),
] ]