Skip to content

Commit f748443

Browse files
committed
Change default
1 parent 757c63b commit f748443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ WLED_GLOBAL bool hueApplyBri _INIT(true);
462462
WLED_GLOBAL bool hueApplyColor _INIT(true);
463463
#endif
464464

465-
WLED_GLOBAL uint16_t serialBaud _INIT(1152); // serial baud rate, multiply by 100
465+
WLED_GLOBAL uint16_t serialBaud _INIT(20000); // serial baud rate, multiply by 100
466466

467467
#ifndef WLED_DISABLE_ESPNOW
468468
WLED_GLOBAL bool enable_espnow_remote _INIT(false);

0 commit comments

Comments
 (0)