Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit a2b38c6

Browse files
committed
Reduced default baudrate for the ws2812b to 2MHz
1 parent b870036 commit a2b38c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsrc/leddevice/LedDeviceWs2812b.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "LedDeviceWs2812b.h"
77

88
LedDeviceWs2812b::LedDeviceWs2812b() :
9-
LedRs232Device("/dev/ttyAMA0", 2500000)
9+
LedRs232Device("/dev/ttyAMA0", 2000000)
1010
{
1111
// empty
1212
}

0 commit comments

Comments
 (0)