From e594fcd0e7608c56e5d4cdba6a50197040d3cfb7 Mon Sep 17 00:00:00 2001 From: frauhottelmann Date: Wed, 6 Jan 2021 10:19:18 +0100 Subject: [PATCH 1/3] add baudrate 1500000 1500000bps is needed for single board computers with RK3399 CPUs --- terminus-serial/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-serial/src/api.ts b/terminus-serial/src/api.ts index e7eb73113..4a38d5160 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 { From dc68372d76ec24931a616fdbf52e3f15b7d6b226 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:32:40 +0000 Subject: [PATCH 2/3] docs: update README.md [skip ci] --- README.md | 76 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 4bf86f27d..b9f26261d 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! From ce24b9cc52e429cced07a1b1cb974f9e4046dc95 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:32:42 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 910e8b6c4..36c564ac3 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,