mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Ws2812spi and sk6812rgbw have wrong default rate (#221)
* Changed default baud rate in schema for ws2812spi and sk6812spi * now sets the default baud_rate speed to 2800000 if omitted. Previously it used the ProviderSPI default which was 1000000 and guaranteed not to work * Added warnings if the SPI baud rate is likely out of range Added some debug statements to ProviderSpi
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
"default": 2666666
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
|
@@ -10,7 +10,7 @@
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
"default": 2666666
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user