Skip to content

Commit

Permalink
update baudrate to be enumerated
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-kong authored Sep 1, 2023
1 parent 10489e9 commit 65ec1e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2970,11 +2970,11 @@
- group: uart0
name: baudrate
expert: false
type: integer
type: enum
units: bps
default value: '115200'
readonly: false
enumerated possible values:
enumerated possible values: 57600,115200,230400,460800,921600
Description: The Baud rate for the UART 0.
Notes: The maximum baud rate supported by the USB to RS232 adapter cable provided in the Piksi Multi / Duro kits is 230400.

Expand Down Expand Up @@ -3040,11 +3040,11 @@
- group: uart1
name: baudrate
expert: false
type: integer
type: enum
units: bps
default value: '115200'
readonly: false
enumerated possible values:
enumerated possible values: 57600,115200,230400,460800,921600
Description: The Baud rate for the UART 1.
Notes: The maximum baud rate supported by the USB to RS232 adapter cable provided in the Piksi Multi / Duro kits is 230400.

Expand Down

0 comments on commit 65ec1e0

Please sign in to comment.