Skip to content

Commit

Permalink
Add 921600 baudrate option. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh authored Jan 9, 2025
1 parent de82030 commit 0f26e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ADAPTER_MODELS: ReadonlyArray<AdapterModel> = [
'ROUTER - TubeZB MGM24PB',
]
export const TCP_REGEX = /^tcp:\/\/[\w.-]+:\d+$/
export const BAUDRATES = [115200, 230400, 460800]
export const BAUDRATES = [115200, 230400, 460800, 921600]
/** Read/write max bytes count at stream level */
export const CONFIG_HIGHWATER_MARK = 256

Expand Down

0 comments on commit 0f26e33

Please sign in to comment.