We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d825f commit b79b8d4Copy full SHA for b79b8d4
wled00/cfg.cpp
@@ -221,7 +221,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
221
}
222
223
CJSON(serialBaud, hw[F("baud")]);
224
- if (serialBaud < 96 || serialBaud > 15000) serialBaud = 1152;
+ if (serialBaud < 96 || serialBaud > 40000) serialBaud = 1152;
225
updateBaudRate(serialBaud *100);
226
227
//int hw_status_pin = hw[F("status")]["pin"]; // -1
0 commit comments