Skip to content

Commit 3667af1

Browse files
committed
Change default
Update
1 parent 757c63b commit 3667af1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
github: [Aircoookie,blazoncek]
2-
custom: ['https://paypal.me/Aircoookie','https://paypal.me/blazoncek']
1+
github: awawa-dev

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)