From 75dc72550fb504e95cde56b2db6e49032ccd35f4 Mon Sep 17 00:00:00 2001 From: Hedda Date: Sat, 17 Apr 2021 14:45:48 +0200 Subject: [PATCH] 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 --- lib/util/settings.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index bade25fa..ecd7b3fa 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -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",