From dc58243b0f3e0c087ddfa7f8f2c8a4d2cc7afdfc Mon Sep 17 00:00:00 2001 From: pip Date: Mon, 6 Dec 2010 21:04:19 +0000 Subject: [PATCH] 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 --- ground/src/plugins/uavobjects/telemetrysettings.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ground/src/plugins/uavobjects/telemetrysettings.py b/ground/src/plugins/uavobjects/telemetrysettings.py index fc6b2d01e..e19fda943 100644 --- a/ground/src/plugins/uavobjects/telemetrysettings.py +++ b/ground/src/plugins/uavobjects/telemetrysettings.py @@ -45,10 +45,13 @@ _fields = [ \ '0', ], { - '0' : '9600', - '1' : '38400', - '2' : '57600', - '3' : '115200', + '0' : '2400', + '1' : '4800', + '2' : '9600', + '3' : '19200', + '4' : '38400', + '5' : '57600', + '6' : '115200', } ), ]