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 757c63b commit f748443Copy full SHA for f748443
wled00/wled.h
@@ -462,7 +462,7 @@ WLED_GLOBAL bool hueApplyBri _INIT(true);
462
WLED_GLOBAL bool hueApplyColor _INIT(true);
463
#endif
464
465
-WLED_GLOBAL uint16_t serialBaud _INIT(1152); // serial baud rate, multiply by 100
+WLED_GLOBAL uint16_t serialBaud _INIT(20000); // serial baud rate, multiply by 100
466
467
#ifndef WLED_DISABLE_ESPNOW
468
WLED_GLOBAL bool enable_espnow_remote _INIT(false);
0 commit comments