Changed LED ring size back to sane default of 60.
This commit is contained in:
parent
e20dd310f9
commit
85ebffce1e
@ -25,7 +25,7 @@ byte mac[] = {
|
|||||||
char* ntp_server = "warpfire.warpzone";
|
char* ntp_server = "warpfire.warpzone";
|
||||||
|
|
||||||
// Number of LEDs in ring
|
// Number of LEDs in ring
|
||||||
const int ledRingSize = 61;
|
const int ledRingSize = 60;
|
||||||
|
|
||||||
// Default colors - tweaked to look right on WS2812Bs
|
// Default colors - tweaked to look right on WS2812Bs
|
||||||
const CRGB red = CRGB(255, 0, 0);
|
const CRGB red = CRGB(255, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user