diff --git a/.all-contributorsrc b/.all-contributorsrc index 910e8b6c..36c564ac 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -334,6 +334,15 @@ "contributions": [ "code" ] + }, + { + "login": "frauhottelmann", + "name": "frauhottelmann", + "avatar_url": "https://avatars2.githubusercontent.com/u/902705?v=4", + "profile": "https://github.com/frauhottelmann", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4bf86f27..b9f26261 100644 --- a/README.md +++ b/README.md @@ -74,57 +74,59 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - + +

Russell Myers

πŸ’»

Austin Warren

πŸ’»

Felicia Hummel

πŸ’»

Mike MacCana

⚠️ 🎨

Yacine Kanzari

πŸ’»

BBJip

πŸ’»

Futagirl

🎨

Russell Myers

πŸ’»

Austin Warren

πŸ’»

Felicia Hummel

πŸ’»

Mike MacCana

⚠️ 🎨

Yacine Kanzari

πŸ’»

BBJip

πŸ’»

Futagirl

🎨

Levin Rickert

πŸ’»

OJ Kwon

πŸ’»

domain

πŸ”Œ πŸ’»

James Brumond

πŸ”Œ

Daniel Imms

πŸ’» πŸ”Œ ⚠️

Florian Bachmann

πŸ’»

Michael KΓΌhnel

πŸ’» 🎨

Levin Rickert

πŸ’»

OJ Kwon

πŸ’»

domain

πŸ”Œ πŸ’»

James Brumond

πŸ”Œ

Daniel Imms

πŸ’» πŸ”Œ ⚠️

Florian Bachmann

πŸ’»

Michael KΓΌhnel

πŸ’» 🎨

Tilmann Meyer

πŸ’»

PM Extra

πŸ›

Jonathan

πŸ’»

Hans Koch

πŸ’»

Dak Smyth

πŸ’»

Wang Zhi

πŸ’»

jack1142

πŸ’»

Tilmann Meyer

πŸ’»

PM Extra

πŸ›

Jonathan

πŸ’»

Hans Koch

πŸ’»

Dak Smyth

πŸ’»

Wang Zhi

πŸ’»

jack1142

πŸ’»

Howie Douglas

πŸ’»

Chris Kaczor

πŸ’»

Johannes Kadak

πŸ’»

LeSeulArtichaut

πŸ’»

Cyril Taylor

πŸ’»

nstefanou

πŸ’» πŸ”Œ

orin220444

πŸ’»

Howie Douglas

πŸ’»

Chris Kaczor

πŸ’»

Johannes Kadak

πŸ’»

LeSeulArtichaut

πŸ’»

Cyril Taylor

πŸ’»

nstefanou

πŸ’» πŸ”Œ

orin220444

πŸ’»

Gobius Dolhain

πŸ’»

Gwilherm Folliot

πŸ’»

Dmitry Pronin

πŸ’»

Jonathan Beverley

πŸ’»

Zenghai Liang

πŸ’»

Mateusz Tracz

πŸ’»

pinpin

πŸ’»

Gobius Dolhain

πŸ’»

Gwilherm Folliot

πŸ’»

Dmitry Pronin

πŸ’»

Jonathan Beverley

πŸ’»

Zenghai Liang

πŸ’»

Mateusz Tracz

πŸ’»

pinpin

πŸ’»

Takuro Onoda

πŸ’»

Takuro Onoda

πŸ’»

frauhottelmann

πŸ’»
- + + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/terminus-serial/src/api.ts b/terminus-serial/src/api.ts index e7eb7311..4a38d516 100644 --- a/terminus-serial/src/api.ts +++ b/terminus-serial/src/api.ts @@ -26,7 +26,7 @@ export interface SerialConnection { } export const BAUD_RATES = [ - 110, 150, 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, + 110, 150, 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 1500000, ] export interface SerialPortInfo {