Add 57600 as another common baud rate speed example (#7094)

* Add 57600 as another common board date example

Add 57600 as another common board date example to avoid confusions like in https://github.com/Koenkk/zigbee-herdsman/issues/319

* Spelling and grammar

Spelling and grammar

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
Hedda 2021-04-17 14:45:48 +02:00 committed by GitHub
parent c7443191ff
commit 75dc72550f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,8 +310,8 @@
"type": "number",
"title": "Baudrate",
"requiresRestart": true,
"description": "Baudrate for serial port, default: 115200 for Z-Stack, 38400 for Deconz",
"examples": [38400, 115200]
"description": "Baud rate speed for serial port, this can be anything firmware support but default is 115200 for Z-Stack and EZSP, 38400 for Deconz, however note that some EZSP firmware need 57600",
"examples": [38400, 57600, 115200]
},
"rtscts": {
"type": "boolean",