Skip to content

Commit

Permalink
Common baud rates: 250000, 115200, 57600, 38400, 19200, 9600, 2400
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 3, 2017
1 parent 94a409c commit 2b13276
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/web/widgets/Connection/index.jsx
Expand Up @@ -199,12 +199,15 @@ class ConnectionWidget extends PureComponent {
controllerType = controller.loadedControllers[0];
}

// Common baud rates
const defaultBaudrates = [
250000,
115200,
57600,
38400,
19200,
9600
9600,
2400
];

return {
Expand Down

0 comments on commit 2b13276

Please sign in to comment.