Skip to content

Commit 2ced667

Browse files
committed
oops, missing baud rate
1 parent 14fb925 commit 2ced667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ebyte.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
'byte': BYTE_SPED,
4848
'pos': 3,
4949
'bits': 3,
50-
'default': 0b010,
50+
'default': 0b011,
5151
'max': 0b111,
52-
'doc': ['1200', '2400', '9600', '19200', '38400', '57600', '115200'],
52+
'doc': ['1200', '2400', '4800', '9600', '19200', '38400', '57600', '115200'],
5353
},
5454
'air_data_rate': {
5555
'byte': BYTE_SPED,
@@ -394,7 +394,7 @@ def wait_for_aux_pin(self):
394394
elif args.command == 'reset':
395395
ebyte.address = 0x0000
396396
ebyte.uart_parity = 0
397-
ebyte.uart_baud = 0b010
397+
ebyte.uart_baud = 0b011
398398
ebyte.air_data_rate = 0b010
399399
ebyte.chan = 0x06
400400
ebyte.transmission_mode = 0b0

0 commit comments

Comments
 (0)