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 3667af1Copy full SHA for 3667af1
.github/FUNDING.yml
@@ -1,2 +1 @@
1
-github: [Aircoookie,blazoncek]
2
-custom: ['https://paypal.me/Aircoookie','https://paypal.me/blazoncek']
+github: awawa-dev
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