mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Reduced default baudrate for the ws2812b to 2MHz
Former-commit-id: a2b38c6ff7a66da9d252a1801e86b4843bd6b65f
This commit is contained in:
parent
ab0ea90b55
commit
7be5684831
@ -6,7 +6,7 @@
|
||||
#include "LedDeviceWs2812b.h"
|
||||
|
||||
LedDeviceWs2812b::LedDeviceWs2812b() :
|
||||
LedRs232Device("/dev/ttyAMA0", 2500000)
|
||||
LedRs232Device("/dev/ttyAMA0", 2000000)
|
||||
{
|
||||
// empty
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user